1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:27:46 +00:00

LibCrypto: Add Ed25519

This commit is contained in:
stelar7 2022-04-16 20:47:38 +02:00 committed by Ali Mohammad Pur
parent 9aaeaf8a22
commit 7d6b26e613
5 changed files with 695 additions and 0 deletions

View file

@ -20,6 +20,7 @@ set(SOURCES
Cipher/AES.cpp
Cipher/ChaCha20.cpp
Curves/Curve25519.cpp
Curves/Ed25519.cpp
Curves/SECP256r1.cpp
Curves/X25519.cpp
Curves/X448.cpp