You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/affine-cipher/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Where:
20
20
21
21
-`i` is the letter's index from `0` to the length of the alphabet - 1.
22
22
-`m` is the length of the alphabet.
23
-
For the Roman alphabet `m` is `26`.
23
+
For the Latin alphabet `m` is `26`.
24
24
-`a` and `b` are integers which make up the encryption key.
25
25
26
26
Values `a` and `m` must be _coprime_ (or, _relatively prime_) for automatic decryption to succeed, i.e., they have number `1` as their only common factor (more information can be found in the [Wikipedia article about coprime integers][coprime-integers]).
0 commit comments