LibCrypto: Remove unused ChaCha20Poly1305 class

This commit is contained in:
devgianlu 2025-02-15 14:11:11 +01:00 committed by Alexander Kalenik
commit ce3e79a402
Notes: github-actions[bot] 2025-02-17 23:04:05 +00:00
6 changed files with 0 additions and 429 deletions

View file

@ -8,7 +8,6 @@ shared_library("LibCrypto") {
"//Userland/Libraries/LibCore",
]
sources = [
"AEAD/ChaCha20Poly1305.cpp",
"ASN1/ASN1.cpp",
"ASN1/DER.cpp",
"ASN1/PEM.cpp",