We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116343a commit d7332e0Copy full SHA for d7332e0
exercises/simple-cipher/description.md
@@ -10,8 +10,7 @@ The unencrypted string is called the _plaintext_ and the encrypted string is cal
10
Converting plaintext to ciphertext is called _encoding_ while the reverse is called _decoding_.
11
12
In a _substitution cipher_, each plaintext letter is replaced with a ciphertext letter which is computed with the help of a _key_.
13
-(Note, it is possible for replacement letter to be the same as the original letter!
14
-As mentioned earlier, an `"a"` in the key means there is no shift/change.)
+(Note, it is possible for replacement letter to be the same as the original letter.)
15
16
## Encoding details
17
0 commit comments