Initial Commit – Working hash functionality

This commit is contained in:
h345983745 2019-03-26 19:09:57 +00:00
parent 4fb4764d3f
commit 7d16265c4e
7 changed files with 189 additions and 0 deletions

View file

@ -86,6 +86,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";