Implement Enigma encryption/decryption.

This commit is contained in:
Smaug123
2016-01-11 23:04:28 +00:00
parent bb27d3ba81
commit 448f307184
6 changed files with 378 additions and 2 deletions

View File

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