Structure: move chapters definition to main.tex

This commit is contained in:
2018-04-13 15:49:21 +02:00
parent af4c01bc74
commit 55a8061574
11 changed files with 35 additions and 31 deletions

View File

@ -1,6 +1,3 @@
\chapter{Security Proofs in Cryptography} \label{ch:proofs}
\addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Les preuves de sécurité en cryptographie}
Provable security is a subfield of cryptography where constructions are proven secure with regards to a security model.
To illustrate this notion, let us take the example of public-key encryption schemes.
This primitive consists in three algorithms:~\textit{key generation}, \textit{encryption} and \textit{decryption}.