Add Enigma operation

This commit is contained in:
s2224834 2019-01-03 16:36:56 +00:00
parent c82971f8db
commit 088864fd9c
6 changed files with 1071 additions and 1 deletions

View file

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