Advanced handouts
Add missing file Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
32
src/Advanced/Cryptography/main.tex
Executable file
32
src/Advanced/Cryptography/main.tex
Executable file
@ -0,0 +1,32 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering,
|
||||
shortwarning
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
\usepackage{multicol}
|
||||
\usepackage{mathtools}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{Intro to Cryptography}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/0 euclidean}
|
||||
\input{parts/1 mod}
|
||||
\input{parts/2 groups}
|
||||
\input{parts/3 DLP}
|
||||
\input{parts/4 DiffieHellman}
|
||||
\input{parts/5 Elgamal}
|
||||
|
||||
\input{parts/challenge}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user