We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d8fa5 commit bd8906fCopy full SHA for bd8906f
src/core/config/Categories.json
@@ -422,6 +422,7 @@
422
"Snefru",
423
"BLAKE2b",
424
"BLAKE2s",
425
+ "BLAKE3",
426
"GOST Hash",
427
"Streebog",
428
"SSDEEP",
tests/operations/index.mjs
@@ -31,6 +31,7 @@ import "./tests/BCD.mjs";
31
import "./tests/BitwiseOp.mjs";
32
import "./tests/BLAKE2b.mjs";
33
import "./tests/BLAKE2s.mjs";
34
+import "./tests/BLAKE3.mjs";
35
import "./tests/Bombe.mjs";
36
import "./tests/BSON.mjs";
37
import "./tests/ByteRepr.mjs";
0 commit comments