mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Add MurmurHash3 Tests and normalize filename
This commit is contained in:
parent
20db43c0a8
commit
59b97bfccb
2 changed files with 56 additions and 0 deletions
|
@ -66,6 +66,7 @@ import "./tests/LZNT1Decompress.mjs";
|
|||
import "./tests/MS.mjs";
|
||||
import "./tests/Magic.mjs";
|
||||
import "./tests/MorseCode.mjs";
|
||||
import "./tests/MurmurHash3.mjs";
|
||||
import "./tests/NetBIOS.mjs";
|
||||
import "./tests/NormaliseUnicode.mjs";
|
||||
import "./tests/OTP.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue