1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Libraries/LibCrypto
AnotherTest a1e1570552 LibCrypto+LibTLS: Generalise the use of IV length
This is in preparation for the upcoming Galois/Counter mode, which
conventionally has 12 bytes of IV as opposed to CBC's 16 bytes.

...Also fixes a lot of style issues, since the author finally found the
project's clang config file in the repository root :^)
2020-05-02 12:24:10 +02:00
..
ASN1 LibCrypto: Implement RSA in terms of UnsignedBigInteger 2020-05-02 12:24:10 +02:00
Authentication LibCrypto: Implement HMAC 2020-05-02 12:24:10 +02:00
BigInt LibCrypto: Preallocate 128 words of space for UnsignedBigInteger 2020-05-02 12:24:10 +02:00
Cipher LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
Hash LibCrypto: Fix issues in the Crypto stack 2020-05-02 12:24:10 +02:00
NumberTheory LibCrypto: Implement RSA in terms of UnsignedBigInteger 2020-05-02 12:24:10 +02:00
PK LibCrypto: Implement RSA in terms of UnsignedBigInteger 2020-05-02 12:24:10 +02:00
Makefile LibCrypto: Implement RSA in terms of UnsignedBigInteger 2020-05-02 12:24:10 +02:00