1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:37:46 +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

@ -2,6 +2,7 @@ set(TEST_SOURCES
TestAES.cpp
TestBigInteger.cpp
TestChecksum.cpp
TestChaCha20.cpp
TestCurves.cpp
TestHash.cpp
TestHMAC.cpp