summaryrefslogtreecommitdiff
path: root/cryptography/lectures/lecture21.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/lectures/lecture21.tex')
-rw-r--r--cryptography/lectures/lecture21.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptography/lectures/lecture21.tex b/cryptography/lectures/lecture21.tex
index 688b6e2..678900d 100644
--- a/cryptography/lectures/lecture21.tex
+++ b/cryptography/lectures/lecture21.tex
@@ -92,13 +92,13 @@
\begin{equation*}
g[k] : V_{32} \to V_{32},
- g[k](a) = (T(Vec_{32}(Int_{32}(a) \boxplus Int_{32}(k)))) \lll_{11}
+ g[k](a) = (t(Vec_{32}(Int_{32}(a) \boxplus Int_{32}(k)))) \lll_{11}
\end{equation*}
где $k, a \in V_{32}$;
\begin{equation*}
G[k] : V_{32} \times V_{32} \to V_{32} \times V_{32},
- G[K](a_1, a_0) = (a_0, g[k](a_0) \oplus a_1)
+ G[k](a_1, a_0) = (a_0, g[k](a_0) \oplus a_1)
\end{equation*}
где $k, a_0, a_1 \in V_{32}$;
@@ -201,7 +201,7 @@
\begin{equation*}
R : V_{128} \to V_{128}, R(a) = R(a_{15} \| \dots \| a_0) =
- l(a_{15}, \dots, a_0) \| a_15 \| \dots \| a_1
+ l(a_{15}, \dots, a_0) \| a_{15} \| \dots \| a_1
\end{equation*}
где $a = a_{15} \| \dots \| a_0 \in V_{128}, a_i \in V_8, i = 0, 1, \dots, 15$.