1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00
Timothy Flynn 2023-11-13 16:13:09 -05:00 committed by Tim Flynn
parent 6ac57448af
commit 652bbe172b
11 changed files with 56 additions and 8 deletions

View file

@ -8,6 +8,7 @@ shared_library("LibCrypto") {
"//Userland/Libraries/LibFileSystem",
]
sources = [
"AEAD/ChaCha20Poly1305.cpp",
"ASN1/ASN1.cpp",
"ASN1/DER.cpp",
"ASN1/PEM.cpp",
@ -30,6 +31,7 @@ shared_library("LibCrypto") {
"Curves/Curve25519.cpp",
"Curves/Ed25519.cpp",
"Curves/SECP256r1.cpp",
"Curves/SECP384r1.cpp",
"Curves/X25519.cpp",
"Curves/X448.cpp",
"Hash/BLAKE2b.cpp",