ladybird/Libraries/LibCrypto/BigInt
Timothy Flynn b94307583b LibCrypto: Add user-defined literals to convert numbers to a BigInt
It is much more convenient to define constants with:

    1000_bigint

Than with:

    Crypto::UnsignedBigInteger { 1000 }
2024-11-20 19:04:30 -05:00
..
Algorithms Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SignedBigInteger.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SignedBigInteger.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
UnsignedBigInteger.cpp LibCrypto: Define UnsignedBigInteger::operator<= 2024-11-20 19:04:30 -05:00
UnsignedBigInteger.h LibCrypto: Add user-defined literals to convert numbers to a BigInt 2024-11-20 19:04:30 -05:00