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

@ -17,6 +17,7 @@ set(SOURCES
Checksum/Adler32.cpp
Checksum/CRC32.cpp
Cipher/AES.cpp
Curves/X25519.cpp
Hash/MD5.cpp
Hash/SHA1.cpp
Hash/SHA2.cpp