Files
ClassicalCiphers.jl/Project.toml
Jake Ireland 9859fd86c0 Updated version number
Additions: 
  - Ciphers:
    - Rail Fence
    - Atbash (special case for monoalphabetic substitution cipher)
  - Performance considerations
  - Docstrings
2021-01-15 14:00:03 +13:00

17 lines
318 B
TOML

name = "ClassicalCiphers"
uuid = "ecf26e93-935c-5e64-9b21-bc8ac81b4723"
version = "2.1.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
julia = "≥ 1.0.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]