1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 20:14:58 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt
DexesTTP 36a56871c0 LibCrypto: Prevent a signed overflow during BigInt Modular Power
The algorithm isn't explicit about what type this needs to be. But this
passes all of the tests, so that's probably fine.
2021-05-14 11:36:39 +02:00
..
Algorithms LibCrypto: Prevent a signed overflow during BigInt Modular Power 2021-05-14 11:36:39 +02:00
SignedBigInteger.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SignedBigInteger.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnsignedBigInteger.cpp LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms 2021-05-13 19:18:07 +01:00
UnsignedBigInteger.h LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words 2021-05-13 19:18:07 +01:00