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 LibCrypto+LibTLS: Avoid crashing on invalid input 2023-05-08 06:43:28 +02:00
Authentication Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
BigFraction Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
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 Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
PK Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
CMakeLists.txt LibCrypto: Add SECP384r1 implementation 2023-11-11 14:40:10 +03:30
Forward.h Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
Verification.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00