ladybird/Userland/Libraries/LibCrypto
Ali Mohammad Pur ea692338c2 LibCrypto: Allow CMS padding to span an entire block
This is in line with what the spec states, the previous implementation
excluded the case where the original message's length is a multiple of
block_size, which would lead to a full block of padding.
2024-03-26 19:39:03 +00:00
..
AEAD LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
ASN1 LibCrypto: Adjust DER length encoding to follow the spec 2024-03-25 14:06:19 -06:00
Authentication LibCrypto: Avoid branching in galois_multiply() 2024-01-03 14:59:59 +01:00
BigFraction JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode 2024-02-24 15:03:08 -07:00
BigInt LibCrypto: Remove now unused temporary BigInt buffers 2024-03-25 14:26:29 -06:00
Checksum LibCrypto: Add support for the POSIX cksum algorithm 2024-01-18 18:01:26 +03:30
Cipher LibCrypto: Allow CMS padding to span an entire block 2024-03-26 19:39:03 +00:00
Curves LibCrypto: Fix SECP384r1 verification when hash is SHA256 2023-11-29 18:17:14 +03:30
Hash Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NumberTheory LibCrypto: Remove now unused temporary BigInt buffers 2024-03-25 14:26:29 -06:00
PK LibCrypto: Add roundtrip test for parsing RSA private keys 2024-03-25 14:06:19 -06:00
CMakeLists.txt LibCrypto: Add support for the POSIX cksum algorithm 2024-01-18 18:01:26 +03:30
Forward.h
Verification.h