summaryrefslogtreecommitdiff
path: root/cryptography/lectures/lecture21.tex
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-04-02 19:06:38 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-04-02 19:06:38 +0400
commit95eca38f113413c68759cfa4afed8455b27df116 (patch)
tree323c963000c99107c687dc6d9f8bd8872e9ea48a /cryptography/lectures/lecture21.tex
parent9cb86163437b86bb1c2a059eff5bb32b7a29082e (diff)
Добавлены исправления в лекции до контрольной и добавлена 23 лекция.
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$.