ladybird/Libraries/LibCrypto/Curves
devgianlu 27b4bae78b LibCrypto: Implement Ed448
Implement the Ed448 curve for signing and verifying using OpenSSL.

The methods could be all made static, but all other curves are not.
I think this is material for further refactoring.
2025-01-11 11:13:06 +01:00
..
Curve25519.cpp
Curve25519.h
Ed448.cpp LibCrypto: Implement Ed448 2025-01-11 11:13:06 +01:00
Ed448.h LibCrypto: Implement Ed448 2025-01-11 11:13:06 +01:00
Ed25519.cpp Meta+LibCrypto: Add SecureRandom and replace PRNG usage with it 2024-12-24 17:54:52 +01:00
Ed25519.h
EllipticCurve.h
SECPxxxr1.h Meta+LibCrypto: Add SecureRandom and replace PRNG usage with it 2024-12-24 17:54:52 +01:00
X448.cpp Meta+LibCrypto: Add SecureRandom and replace PRNG usage with it 2024-12-24 17:54:52 +01:00
X448.h
X25519.cpp Meta+LibCrypto: Add SecureRandom and replace PRNG usage with it 2024-12-24 17:54:52 +01:00
X25519.h