1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:57:35 +00:00

LibCrypto: Add curve x25519

This commit is contained in:
stelar7 2022-02-13 01:01:31 +01:00 committed by Idan Horowitz
parent 5a94402b60
commit 4daa5622fe
5 changed files with 455 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(TEST_SOURCES
TestAES.cpp
TestBigInteger.cpp
TestChecksum.cpp
TestCurves.cpp
TestHash.cpp
TestHMAC.cpp
TestRSA.cpp