Skip to content

Commit

Permalink
Merge pull request #1601 from AtIvanov/patch-44
Browse files Browse the repository at this point in the history
Update hills_cipher.tex
  • Loading branch information
kisttan committed Dec 28, 2014
2 parents 95f59cf + 6d54798 commit 0ff02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hills_cipher.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ \section{Полиграммный шифр замены Хилла}\index{шиф

\example
Приведём пример шифрования с помощью шифра Хилла. Преобразуем английский алфавит в числовую форму (m = 26) следующим образом:
\[ \text{a} \rightarrow 0, ~ \text{b} \rightarrow 1, \text{c} \rightarrow 2, \dots, \text{z} \rightarrow 25. \]
\[ \text{a} \rightarrow 0, ~ \text{b} \rightarrow 1, ~ \text{c} \rightarrow 2, ~ \dots, ~ \text{z} \rightarrow 25. \]
%\[ \begin{array}{cccccccccccccc}
% a & b & c & d & e & f & g & h & i & j & k & l & m & n \\
% 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13
Expand Down

0 comments on commit 0ff02e0

Please sign in to comment.