mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
LibCrypto: Add ChaCha20
This commit is contained in:
parent
5397278bfc
commit
7bd0ebb1ab
5 changed files with 334 additions and 0 deletions
|
@ -18,6 +18,7 @@ set(SOURCES
|
|||
Checksum/Adler32.cpp
|
||||
Checksum/CRC32.cpp
|
||||
Cipher/AES.cpp
|
||||
Cipher/ChaCha20.cpp
|
||||
Curves/SECP256r1.cpp
|
||||
Curves/X25519.cpp
|
||||
Curves/X448.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue