Skip to content

Commit 52257c2

Browse files
committed
TEMP
1 parent f2c5a96 commit 52257c2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

exercises/practice/affine-cipher/.docs/instructions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Although all monoalphabetic ciphers are weak, the affine cipher is much stronger
1212

1313
The encryption function is:
1414

15-
```text
16-
E(x) = (ai + b) mod m
17-
```
18-
19-
Where:
20-
2115
- `i` is the letter's index from `0` to the length of the alphabet - 1.
2216
- `m` is the length of the alphabet.
2317
For the Latin alphabet `m` is `26`.

0 commit comments

Comments
 (0)