1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibCrypto/BigInt/Algorithms
devgianlu 5f1a30197c LibCrypto: Remove the concept of invalid big integers
This concept is rarely used in codebase and very much error-prone
if you forget to check it.

Instead, make it so that operations that would produce invalid integers
return an error instead.
2025-04-28 12:05:26 +02:00
..
BitwiseOperations.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
Division.cpp LibCrypto: Clean up #include directives 2024-11-21 14:08:33 +01:00
GCD.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
ModularInverse.cpp LibCrypto: Improve efficiency of UnsignedBigInteger::shift_left 2025-03-23 19:33:25 +01:00
ModularPower.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
Multiplication.cpp LibCrypto: Improve efficiency of UnsignedBigInteger::shift_left 2025-03-23 19:33:25 +01:00
SimpleOperations.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
UnsignedBigIntegerAlgorithms.h LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00