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

LibCrypto: Add Chacha20Poly1305

This commit is contained in:
stelar7 2023-09-25 19:46:21 +02:00 committed by Ali Mohammad Pur
parent 4c5b9fa6a2
commit 73ef102b01
6 changed files with 430 additions and 1 deletions

View file

@ -4,6 +4,7 @@ set(TEST_SOURCES
TestBigInteger.cpp
TestChecksum.cpp
TestChaCha20.cpp
TestChacha20Poly1305.cpp
TestCurves.cpp
TestEd25519.cpp
TestHash.cpp