diff options
Diffstat (limited to 'crypto-algebra/crypto-algebra.tex')
| -rw-r--r-- | crypto-algebra/crypto-algebra.tex | 22 |
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} |