Add french TOC and ZK part
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
\chapter{Underlying Structures}
|
||||
\addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Structures sous-jacentes}
|
||||
\label{ch:structures}
|
||||
|
||||
In the previous chapter, we saw that theoretical cryptography has to rely on \emph{computational hardness assumptions}.
|
||||
@ -16,11 +17,13 @@ An example is the multiplicative homomorphism of the ElGamal cryptosystem which
|
||||
In this chapter, we describe the different structures on which the cryptography primitives we design in this thesis are based on, namely bilinear groups and lattices.
|
||||
|
||||
\section{Pairing-Based Cryptography}
|
||||
\addcontentsline{tof}{section}{\protect\numberline{\thesection} Cryptographie à base de couplage}
|
||||
\label{se:pairing}
|
||||
|
||||
\input sec-pairings
|
||||
|
||||
\section{Lattice-Based Cryptography}
|
||||
\addcontentsline{tof}{section}{\protect\numberline{\thesection} Cryptographie à base de réseaux euclidiens}
|
||||
\label{se:lattices}
|
||||
|
||||
\input sec-lattices
|
||||
|
Reference in New Issue
Block a user