Merge branch 'NewCiphers' of https://github.com/n1073645/CyberChef into n1073645-NewCiphers

This commit is contained in:
n1474335 2020-03-05 15:25:10 +00:00
commit 5e7b004925
6 changed files with 202 additions and 0 deletions

View file

@ -98,6 +98,7 @@ import "./tests/ParseUDP.mjs";
import "./tests/AvroToJSON.mjs";
import "./tests/Lorenz.mjs";
import "./tests/LuhnChecksum.mjs";
import "./tests/CipherSaber2.mjs";
// Cannot test operations that use the File type yet