From 1b17ea5691dc3921da664cdf898786352cd10f24 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 12 Sep 2023 13:56:49 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=82=D0=BE=D1=80=D0=B0=D1=8F=20=D0=BB=D0=B5=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D0=9C=D0=90=D0=93=D0=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto-algebra/crypto-algebra.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crypto-algebra/crypto-algebra.tex (limited to 'crypto-algebra/crypto-algebra.tex') diff --git a/crypto-algebra/crypto-algebra.tex b/crypto-algebra/crypto-algebra.tex new file mode 100644 index 0000000..bc2c47a --- /dev/null +++ b/crypto-algebra/crypto-algebra.tex @@ -0,0 +1,22 @@ +\documentclass{../Lecture} + +\usepackage{../preamble} +\newtheorem{theorem}{Теорема} +\newtheorem{statement}{Утверждение} + +\title{Методы алгебраической геометрии в криптографии} +\author{Андрей Гущин} +\date{\today} + +\begin{document} + +\maketitle +\tableofcontents +\thispagestyle{empty} +\newpage + +% Семестр 1 +\input{lectures/lecture1.tex} +\input{lectures/lecture2.tex} + +\end{document} -- cgit v1.2.3