Add Bombe operation

Still needs some work, but functional
This commit is contained in:
s2224834 2019-01-04 13:33:31 +00:00
parent b4e130234c
commit b6eb4e84e4
6 changed files with 682 additions and 4 deletions

View file

@ -83,6 +83,7 @@ import "./tests/Magic";
import "./tests/ParseTLV";
import "./tests/Media";
import "./tests/Enigma";
import "./tests/Bombe";
// Cannot test operations that use the File type yet
//import "./tests/SplitColourChannels";