Hill Cipher tests and info added

This commit is contained in:
n1073645 2020-02-14 10:46:29 +00:00
parent f46d9414cf
commit 34cd4af5f5
5 changed files with 69 additions and 6 deletions

View file

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