ladybird/Libraries/LibCrypto/BigInt
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
..
Algorithms LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
SignedBigInteger.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
SignedBigInteger.h LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
UnsignedBigInteger.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
UnsignedBigInteger.h LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00