Merge branch 'blake2' of https://github.com/h345983745/CyberChef into h345983745-blake2

This commit is contained in:
n1474335 2019-03-31 22:25:40 +01:00
commit 342e11f83e
9 changed files with 278 additions and 1 deletions

View file

@ -87,6 +87,8 @@ import "./tests/Enigma";
import "./tests/Bombe";
import "./tests/MultipleBombe";
import "./tests/Typex";
import "./tests/BLAKE2b";
import "./tests/BLAKE2s";
// Cannot test operations that use the File type yet
//import "./tests/SplitColourChannels";