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

LibCrypto: Move Curve25519 related code into separate file

This commit is contained in:
stelar7 2022-04-16 11:33:09 +02:00 committed by Ali Mohammad Pur
parent 6a7d3006d7
commit 9aaeaf8a22
4 changed files with 466 additions and 267 deletions

View file

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