ladybird/Libraries/LibCrypto/Authentication
mikiubo 4110a05684 LibCrypto: Use OpenSSL wrappers in KMAC
Use OpenSSL_MAC and OpenSSL_MAC_CTX wrappers together with
OPENSSL_TRY to replace manual EVP_MAC resource management in
KMAC::sign(). This eliminates manual EVP_MAC_free/EVP_MAC_CTX_free
calls in every error path.
2026-03-25 22:07:53 +01:00
..
HMAC.cpp LibCrypto: Refactor HMAC implementations with OpenSSL 2025-03-02 15:11:38 +01:00
HMAC.h LibCrypto: Refactor HMAC implementations with OpenSSL 2025-03-02 15:11:38 +01:00
KMAC.cpp LibCrypto: Use OpenSSL wrappers in KMAC 2026-03-25 22:07:53 +01:00
KMAC.h LibCrypto: Implement KMAC authentication support 2026-03-19 10:46:49 +01:00