mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:07:44 +00:00
LibCrypto: Add Chacha20Poly1305
This commit is contained in:
parent
4c5b9fa6a2
commit
73ef102b01
6 changed files with 430 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
add_compile_options(-Wvla)
|
||||
|
||||
set(SOURCES
|
||||
AEAD/ChaCha20Poly1305.cpp
|
||||
ASN1/ASN1.cpp
|
||||
ASN1/DER.cpp
|
||||
ASN1/PEM.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue