Added substitution cipher

This commit is contained in:
Jake W. Ireland
2021-01-11 19:31:53 +13:00
parent 29ebc22cd2
commit 55183d284c
5 changed files with 167 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ tests = [
"enigma",
"hill",
"solitaire",
"railfence"
"railfence",
"substitution"
]
println("Running tests:")