mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-08 19:08:41 +00:00
Implement Enigma encryption/decryption.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using ClassicalCiphers
|
||||
|
||||
tests = ["vigenere", "monoalphabetic", "solitaire",
|
||||
"caesar", "portas", "affine", "hill", "playfair"]
|
||||
"caesar", "portas", "affine", "hill", "playfair",
|
||||
"enigma"]
|
||||
|
||||
println("Running tests:")
|
||||
|
||||
|
Reference in New Issue
Block a user