From b57eb3b8db24a95d1d908bd5de4d2e1b5988c26a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 13 Dec 2022 22:25:36 +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=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=2014=20=D0=B8=2015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptography/lectures/lecture2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptography/lectures/lecture2.tex') diff --git a/cryptography/lectures/lecture2.tex b/cryptography/lectures/lecture2.tex index 5bb4ca3..ea27291 100644 --- a/cryptography/lectures/lecture2.tex +++ b/cryptography/lectures/lecture2.tex @@ -67,7 +67,7 @@ $a'$ называется обратным к $a$ по модулю $n$ и об называется \emph{группой}, если выполняется три условия: \begin{enumerate} \item - операция <<\cdot>> ассоциативна, то есть $\forall a, b, c \in G : a \cdot (b + операция <<$\cdot$>> ассоциативна, то есть $\forall a, b, c \in G : a \cdot (b \cdot c) = (a \cdot b) \cdot c$, \item $\exists e \in G : \forall g \in G$ выполняется равенство $g \cdot e = -- cgit v1.2.3