summaryrefslogtreecommitdiff
path: root/crypto-algebra/crypto-algebra.tex
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-09-12 13:56:49 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-09-12 13:56:49 +0400
commit1b17ea5691dc3921da664cdf898786352cd10f24 (patch)
tree66116e9dbfad7284be2da6237941307c42460893 /crypto-algebra/crypto-algebra.tex
parent6d9beaaf19c480f4cbaa77c43983d1b3c9f0747c (diff)
Добавлена вторая лекция по МАГК
Diffstat (limited to 'crypto-algebra/crypto-algebra.tex')
-rw-r--r--crypto-algebra/crypto-algebra.tex22
1 files changed, 22 insertions, 0 deletions
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}