fix : add Categories and index
This commit is contained in:
parent
26d8fa51b0
commit
bd8906f46b
@ -422,6 +422,7 @@
|
|||||||
"Snefru",
|
"Snefru",
|
||||||
"BLAKE2b",
|
"BLAKE2b",
|
||||||
"BLAKE2s",
|
"BLAKE2s",
|
||||||
|
"BLAKE3",
|
||||||
"GOST Hash",
|
"GOST Hash",
|
||||||
"Streebog",
|
"Streebog",
|
||||||
"SSDEEP",
|
"SSDEEP",
|
||||||
|
|||||||
@ -31,6 +31,7 @@ import "./tests/BCD.mjs";
|
|||||||
import "./tests/BitwiseOp.mjs";
|
import "./tests/BitwiseOp.mjs";
|
||||||
import "./tests/BLAKE2b.mjs";
|
import "./tests/BLAKE2b.mjs";
|
||||||
import "./tests/BLAKE2s.mjs";
|
import "./tests/BLAKE2s.mjs";
|
||||||
|
import "./tests/BLAKE3.mjs";
|
||||||
import "./tests/Bombe.mjs";
|
import "./tests/Bombe.mjs";
|
||||||
import "./tests/BSON.mjs";
|
import "./tests/BSON.mjs";
|
||||||
import "./tests/ByteRepr.mjs";
|
import "./tests/ByteRepr.mjs";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user