1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

LibCrypto: Add support for BLAKE2b

This commit is contained in:
implicitfield 2023-09-16 17:01:54 +04:00 committed by Ali Mohammad Pur
parent da2c18d1f9
commit 1b3ad1c721
8 changed files with 302 additions and 2 deletions

View file

@ -13,6 +13,7 @@
// TODO: Look into generating this from the authoritative list of fuzzing targets in fuzzer.cmake.
#define ENUMERATE_TARGETS(T) \
T(ASN1) \
T(BLAKE2b) \
T(BMPLoader) \
T(Brotli) \
T(CSSParser) \