1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 07:07:34 +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

@ -4,6 +4,7 @@ set(TEST_SOURCES
TestChecksum.cpp
TestChaCha20.cpp
TestCurves.cpp
TestEd25519.cpp
TestHash.cpp
TestHMAC.cpp
TestPoly1305.cpp