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

LibCrypto: Add curve X448

This commit is contained in:
stelar7 2022-02-18 16:41:23 +01:00 committed by Ali Mohammad Pur
parent c8803afe3e
commit 0df7ad7493
4 changed files with 483 additions and 0 deletions

View file

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