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

LibCrypto: Add ChaCha20

This commit is contained in:
stelar7 2022-04-10 13:39:56 +02:00 committed by Ali Mohammad Pur
parent 5397278bfc
commit 7bd0ebb1ab
5 changed files with 334 additions and 0 deletions

View file

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