Merged substitution.jl with monoalphabetic.jl, updating documentation accordingly

This commit is contained in:
Jake W. Ireland
2021-01-13 02:05:01 +13:00
parent e23f905f3e
commit 938d326ce6
8 changed files with 137 additions and 249 deletions

View File

@@ -10,7 +10,7 @@ Documenter.makedocs(
sitename = "ClassicalCiphers Documentation",
expandfirst = [],
pages = [
"Index" => "index.md",
"Home" => "index.md",
"Usage" => "usage.md"
]
)

View File

@@ -15,7 +15,6 @@ Currently implemented ciphers:
- [Enigma (M3 Army)](https://en.wikipedia.org/wiki/Enigma_machine)
- [Solitaire](https://en.wikipedia.org/wiki/Solitaire_(cipher))
- [Rail Fence](https://en.wikipedia.org/wiki/Rail_fence_cipher)
- [Substitution](https://en.wikipedia.org/wiki/Substitution_cipher)
- [Atbash](https://en.wikipedia.org/wiki/Atbash)