2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 05:13:23 +00:00

add Shuffle operation

This commit is contained in:
MikeCAT
2022-11-11 22:26:41 +09:00
parent ed8bd34915
commit 39143fa6a1
4 changed files with 251 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ import "./tests/UnescapeString.mjs";
import "./tests/LS47.mjs";
import "./tests/LZString.mjs";
import "./tests/NTLM.mjs";
import "./tests/Shuffle.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";