ladybird/Libraries/LibCrypto/Hash
mikiubo cd8465a6b5 LibCrypto: Add SHAKE digest support
Introduce a new SHAKE hash wrapper in LibCrypto backed by OpenSSL.

Wire cSHAKE128 and cSHAKE256 into WebCrypto.

Note that cSHAKE with non-empty functionName or customization is
currently rejected due to OpenSSL EVP limitations.

This fixes WPT:
WebCryptoAPI/digest/cshake.tentative.https.any.html
2026-01-22 19:47:09 -05:00
..
Argon2.cpp LibCrypto: Implement Argon2 hash algorithm 2026-01-04 15:56:54 +01:00
Argon2.h LibCrypto: Implement Argon2 hash algorithm 2026-01-04 15:56:54 +01:00
BLAKE2b.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
BLAKE2b.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
HashFunction.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
HashManager.h LibCrypto: SHA3 hashing algorithm 2025-11-26 22:01:00 -05:00
HKDF.cpp Meta+LibCrypto: Update openssl to version 3.5.1 2025-07-16 17:03:15 +02:00
HKDF.h LibCrypto: Make HKDF and PBKDF2 algorithms non copyable 2026-01-04 15:56:54 +01:00
MD5.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
MD5.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
OpenSSLHashFunction.h LibCrypto: Remove OpenSSL as a public header dependency 2025-01-13 17:00:18 +01:00
PBKDF2.cpp LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
PBKDF2.h LibCrypto: Make HKDF and PBKDF2 algorithms non copyable 2026-01-04 15:56:54 +01:00
SHA1.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA1.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA3.cpp LibCrypto: SHA3 hashing algorithm 2025-11-26 22:01:00 -05:00
SHA3.h LibCrypto: SHA3 hashing algorithm 2025-11-26 22:01:00 -05:00
SHAKE.cpp LibCrypto: Add SHAKE digest support 2026-01-22 19:47:09 -05:00
SHAKE.h LibCrypto: Add SHAKE digest support 2026-01-22 19:47:09 -05:00