mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:37:44 +00:00
LibCrypto: Add Poly1305
This commit is contained in:
parent
e109b967a1
commit
c237991222
5 changed files with 567 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue