1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibCrypto
Linus Groh 1c6fd749dc LibCrypto: memcmp() all bytes in UnsignedBigInteger::operator==
`length` is only the (trimmed) size of the word vector, so we have to
multiply it with the size of each element to ensure all bytes are
compared.

Fixes #5335.
2021-02-14 10:51:00 +01:00
..
ASN1 LibCrypto: Make PEM.h able to stand alone 2021-01-22 21:49:54 +01:00
Authentication Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
BigInt LibCrypto: memcmp() all bytes in UnsignedBigInteger::operator== 2021-02-14 10:51:00 +01:00
Checksum Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Cipher Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Hash Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NumberTheory Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
PK Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Verification.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00