ladybird/Userland/Libraries/LibCrypto
Michiel Visser 6322d68b1b LibCrypto: Add SECP384r1 implementation
This implementation is basically a copy-paste of the SECP256r1
implementation with all "256" replaced with "384".

In the future it might be nice to make this generic, instead of having
two almost identical copies of code.
2023-11-11 14:40:10 +03:30
..
AEAD LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
ASN1
Authentication
BigFraction
BigInt Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Checksum LibCrypto: Implement a generic 16-bit CRC 2023-08-12 12:25:26 -06:00
Cipher LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
Curves LibCrypto: Add SECP384r1 implementation 2023-11-11 14:40:10 +03:30
Hash LibCrypto: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
NumberTheory
PK
CMakeLists.txt LibCrypto: Add SECP384r1 implementation 2023-11-11 14:40:10 +03:30
Forward.h
Verification.h