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:
parent
6a7d3006d7
commit
9aaeaf8a22
4 changed files with 466 additions and 267 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue