ladybird/Libraries/LibCrypto/BigInt
Timothy Flynn edd3b14ddf LibCrypto: Protect the SignedBigInteger ctor against integer overflow
In particular, if given a value of -2147483648, we would invoke signed
integer overflow (which is UB).
2024-12-19 23:37:30 +01:00
..
Algorithms LibCrypto: Update ModularInverse implementation to use extended GCD 2024-12-15 23:31:49 +01:00
SignedBigInteger.cpp
SignedBigInteger.h LibCrypto: Protect the SignedBigInteger ctor against integer overflow 2024-12-19 23:37:30 +01:00
UnsignedBigInteger.cpp
UnsignedBigInteger.h LibCrypto: Clean up #include directives 2024-11-21 14:08:33 +01:00