-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercises.tex
52 lines (28 loc) · 926 Bytes
/
exercises.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass{zkdl-template}
\title{\huge\sffamily\bfseries ZKDL Camp Exercises}
\author{\Large\sffamily Distributed Lab}
\date{\sffamily \today}
\titlepic{\includegraphics[width=0.2\textwidth]{lectures/images/common/logo.png}}
\begin{document}
\pagestyle{fancy}
\maketitle
\pagebreak
\tableofcontents
\pagebreak
\section{Group Theory and Polynomials}
\subfile{tests/1-math}
\section{Basics of Security Analysis}\label{section:math-crypto-2}
\subfile{tests/2-math-and-crypto}
\section{Field Extensions and Elliptic Curves}
\subfile{tests/3-ec}
\section{Projective Coordinates and Pairing}
\subfile{tests/4-pairing}
\section{Commitment Schemes}
\subfile{tests/5-commitments}
\section{Introduction to Zero-Knowledge Proofs}
\subfile{tests/6-intro-zk}
\section{Sigma Protocols}
\subfile{tests/7-sigma}
\section{Introduction to SNARKs. Arithmetic Circuits. R1CS}
\subfile{tests/8-circuits}
\end{document}