mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-08 19:08:41 +00:00
Refined code style to be more in line with Blue Code Style guide
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
[](https://travis-ci.org/Smaug123/ClassicalCiphers.jl)
|
||||
|
||||
[](https://coveralls.io/github/Smaug123/ClassicalCiphers.jl?branch=master)
|
||||
[](https://travis-ci.org/Smaug123/ClassicalCiphers.jl) [](https://coveralls.io/github/Smaug123/ClassicalCiphers.jl?branch=master) [](https://github.com/invenia/BlueStyle)
|
||||
|
||||
# ClassicalCiphers
|
||||
|
||||
@@ -185,7 +183,7 @@ are stripped out before use.
|
||||
Decrypt the same text:
|
||||
|
||||
```julia
|
||||
decrypt_portas("URYYB, JBEYQ!", "ab")
|
||||
decrypt_portas("URYYB, JBEYQ!", "ab")
|
||||
# outputs "hello, world!"
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user