ladybird/Libraries/LibCrypto
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
..
AEAD Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ASN1 Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Authentication Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigFraction Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt LibCrypto: Add user-defined literals to convert numbers to a BigInt 2024-11-20 19:04:30 -05:00
Checksum Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Cipher Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Curves Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Hash Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NumberTheory Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Padding Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PK Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Verification.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00