ladybird/Libraries/LibCrypto/Cipher
mikiubo ba75d4c014 LibCrypto: Add ChaCha20-Poly1305 support
Implement ChaCha20-Poly1305 AEAD using OpenSSL and expose it through
the WebCrypto API, including key management and AEAD parameters.

Add WPT:
/encrypt_decrypt/chacha20_poly1305.tentative.https.any.worker.html
2026-01-26 10:03:09 +01:00
..
AES.cpp LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
AES.h LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
ChaCha.cpp LibCrypto: Add ChaCha20-Poly1305 support 2026-01-26 10:03:09 +01:00
ChaCha.h LibCrypto: Add ChaCha20-Poly1305 support 2026-01-26 10:03:09 +01:00