ladybird/Userland/Libraries/LibCrypto/Authentication
Ben Wiederhake e1c3e212de LibCrypto: Fix HMAC nullptr deref when key has length 0
While a key of length zero seems like a bad idea in general, the WPT
tests end up calling exactly this, so we need to support it one way or
another.
2024-10-23 11:33:58 -06:00
..
GHash.cpp LibCrypto: Move some data around earlier in GHash to make it go faster 2024-05-20 08:03:35 +02:00
GHash.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
HMAC.h LibCrypto: Fix HMAC nullptr deref when key has length 0 2024-10-23 11:33:58 -06:00
Poly1305.cpp
Poly1305.h