Add Hill cipher encryption/decryption

This commit is contained in:
Smaug123
2016-01-07 12:27:34 +00:00
parent e59ff6173a
commit 4208df943b
5 changed files with 185 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
using ClassicalCiphers
tests = ["vigenere", "monoalphabetic", "solitaire", "caesar", "portas", "affine"]
tests = ["vigenere", "monoalphabetic", "solitaire",
"caesar", "portas", "affine", "hill"]
println("Running tests:")