mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
LibCrypto: Add Ed25519
This commit is contained in:
parent
9aaeaf8a22
commit
7d6b26e613
5 changed files with 695 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue