1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 18:55:07 +00:00
serenity/Libraries/LibCrypto/Cipher
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
..
Mode LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
AES.cpp LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
AES.h LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
Cipher.h LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00