diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-19 20:53:20 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-19 20:53:20 +0400 |
| commit | 2dfb154ed9ea49a7de1f2d77d9ed7a4be0b2e523 (patch) | |
| tree | e5a8157b63253da599e9f3bcc18c84b3448513bb /cryptography/cryptography.tex | |
| parent | b06e015a606034cbb2363a9989192895aa27a4d3 (diff) | |
Добавлена 16-я лекция
Diffstat (limited to 'cryptography/cryptography.tex')
| -rw-r--r-- | cryptography/cryptography.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cryptography/cryptography.tex b/cryptography/cryptography.tex index 702c57f..f82063c 100644 --- a/cryptography/cryptography.tex +++ b/cryptography/cryptography.tex @@ -1,7 +1,8 @@ \documentclass{../Lecture} \usepackage{../preamble} -% \newtheorem{theorem}{Теорема} +\newtheorem{theorem}{Теорема} +\newtheorem{statement}{Утверждение} \title{Криптографические методы защиты информации} \author{Андрей Гущин} @@ -29,5 +30,6 @@ \input{lectures/lecture13.tex} \input{lectures/lecture14.tex} \input{lectures/lecture15.tex} +\input{lectures/lecture16.tex} \end{document} |