From 95eca38f113413c68759cfa4afed8455b27df116 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 2 Apr 2023 19:06:38 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=2023=20=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptography/lectures/lecture21.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cryptography/lectures/lecture21.tex') 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$. -- cgit v1.2.3