2022-11-13 13:02:25 -08:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions,
|
|
|
|
singlenumbering
|
2023-01-12 10:30:53 -08:00
|
|
|
]{../../resources/ormc_handout}
|
2022-11-13 13:02:25 -08:00
|
|
|
|
|
|
|
\usepackage{multicol}
|
|
|
|
|
2023-05-25 21:44:07 -07:00
|
|
|
\uptitlel{Advanced 1A}
|
|
|
|
\uptitler{Spring 2022}
|
|
|
|
\title{Intro to Cryptography}
|
|
|
|
\subtitle{Prepared by Mark on \today{}}
|
|
|
|
|
2022-11-13 13:02:25 -08:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
2023-08-16 11:36:49 -07:00
|
|
|
\input{parts/0 euclidean}
|
|
|
|
\input{parts/1 mod}
|
|
|
|
\input{parts/2 groups}
|
|
|
|
\input{parts/3 DLP}
|
2023-08-18 11:12:20 -07:00
|
|
|
\input{parts/4 DiffieHellman}
|
|
|
|
\input{parts/5 Elgamal}
|
2022-11-13 13:02:25 -08:00
|
|
|
|
2023-08-18 11:12:20 -07:00
|
|
|
\input{parts/challenge}
|
2022-11-13 13:02:25 -08:00
|
|
|
|
|
|
|
\end{document}
|