mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-07 02:18:39 +00:00
Add Hill cipher encryption/decryption
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using ClassicalCiphers
|
||||
|
||||
tests = ["vigenere", "monoalphabetic", "solitaire", "caesar", "portas", "affine"]
|
||||
tests = ["vigenere", "monoalphabetic", "solitaire",
|
||||
"caesar", "portas", "affine", "hill"]
|
||||
|
||||
println("Running tests:")
|
||||
|
||||
|
Reference in New Issue
Block a user