32 lines
577 B
TeX
Executable File
32 lines
577 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering,
|
|
shortwarning
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/macros}
|
|
|
|
\usepackage{multicol}
|
|
|
|
\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}
|