diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-05-09 17:48:37 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-05-09 17:48:37 +0400 |
| commit | 6d9beaaf19c480f4cbaa77c43983d1b3c9f0747c (patch) | |
| tree | 3c4782d6dda7195de7ed853a9820e9230e318ce7 /cryptography | |
| parent | 14ba71d9e77e449888e85c4c5e14c4d93ad11dbf (diff) | |
Добавлена основа 27 лекции
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/cryptography.pdf | bin | 4248651 -> 4260573 bytes | |||
| -rw-r--r-- | cryptography/cryptography.tex | 2 | ||||
| -rw-r--r-- | cryptography/lectures/lecture27.tex | 9 |
3 files changed, 10 insertions, 1 deletions
diff --git a/cryptography/cryptography.pdf b/cryptography/cryptography.pdf Binary files differindex ee20c11..e041081 100644 --- a/cryptography/cryptography.pdf +++ b/cryptography/cryptography.pdf diff --git a/cryptography/cryptography.tex b/cryptography/cryptography.tex index 04b5af5..aa135fa 100644 --- a/cryptography/cryptography.tex +++ b/cryptography/cryptography.tex @@ -44,7 +44,7 @@ \input{lectures/lecture24.tex} \input{lectures/lecture25.tex} \input{lectures/lecture26.tex} -% \input{lectures/lecture27.tex} +\input{lectures/lecture27.tex} \input{lectures/lecture28.tex} \end{document} diff --git a/cryptography/lectures/lecture27.tex b/cryptography/lectures/lecture27.tex new file mode 100644 index 0000000..45a91dc --- /dev/null +++ b/cryptography/lectures/lecture27.tex @@ -0,0 +1,9 @@ +%Лекция 27 (28.04.23) + +\textbf{TODO: дописать} + +\section{Криптосистемы с открытым ключом} + +\subsection{Вычислительно сложные задачи математики} + +\textbf{TODO: дописать} |