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

LibCrypto: Add Poly1305

This commit is contained in:
stelar7 2022-04-07 00:16:32 +02:00 committed by Ali Mohammad Pur
parent e109b967a1
commit c237991222
5 changed files with 567 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
ASN1/DER.cpp
ASN1/PEM.cpp
Authentication/GHash.cpp
Authentication/Poly1305.cpp
BigInt/Algorithms/BitwiseOperations.cpp
BigInt/Algorithms/Division.cpp
BigInt/Algorithms/GCD.cpp