Skip to content

Commit bd8906f

Browse files
committed
fix : add Categories and index
1 parent 26d8fa5 commit bd8906f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/config/Categories.json

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
"Snefru",
423423
"BLAKE2b",
424424
"BLAKE2s",
425+
"BLAKE3",
425426
"GOST Hash",
426427
"Streebog",
427428
"SSDEEP",

tests/operations/index.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import "./tests/BCD.mjs";
3131
import "./tests/BitwiseOp.mjs";
3232
import "./tests/BLAKE2b.mjs";
3333
import "./tests/BLAKE2s.mjs";
34+
import "./tests/BLAKE3.mjs";
3435
import "./tests/Bombe.mjs";
3536
import "./tests/BSON.mjs";
3637
import "./tests/ByteRepr.mjs";

0 commit comments

Comments
 (0)