2017-12-19 14:25:47 +00:00
|
|
|
\documentclass[a4paper, 11pt]{memoir}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage[utf8x]{inputenc}
|
|
|
|
\usepackage[french,english]{babel}
|
2017-12-18 16:36:57 +00:00
|
|
|
%\usepackage[UKenglish]{babel}
|
|
|
|
\usepackage[T1]{fontenc}
|
2018-02-02 13:37:04 +00:00
|
|
|
\usepackage{makeidx}
|
|
|
|
\makeindex
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-22 08:43:05 +00:00
|
|
|
% Customization
|
2018-01-27 20:27:06 +00:00
|
|
|
\usepackage{libertine}
|
|
|
|
\usepackage{inconsolata}
|
2017-12-22 08:43:05 +00:00
|
|
|
\chapterstyle{madsen}
|
2017-12-19 14:25:47 +00:00
|
|
|
|
2017-12-22 08:43:05 +00:00
|
|
|
\usepackage{xcolor, graphicx}
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage[pagebackref]{hyperref}
|
|
|
|
\renewcommand*{\backref}[1]{}
|
2018-01-23 14:35:28 +00:00
|
|
|
\renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#4}
|
2017-12-19 14:25:47 +00:00
|
|
|
\hypersetup{colorlinks=true, linkcolor=black!50!blue, citecolor=black!50!green, breaklinks=true}
|
2018-01-23 14:35:28 +00:00
|
|
|
\hypersetup{pdftitle={Privacy-preserving cryptography from pairings and lattices},
|
|
|
|
pdfauthor={Fabrice Mouhartem},
|
|
|
|
pdfsubject={Cryptography}}
|
|
|
|
\usepackage{microtype}
|
2018-01-15 11:56:09 +00:00
|
|
|
% numbering
|
|
|
|
\setsecnumdepth{subsection}
|
|
|
|
\maxtocdepth {subsection}
|
2018-01-23 14:35:28 +00:00
|
|
|
\setlength{\parskip}{5pt}
|
|
|
|
\usepackage{enumerate}
|
2017-12-19 14:25:47 +00:00
|
|
|
|
2017-12-18 16:36:57 +00:00
|
|
|
\usepackage{amsmath, amssymb, mathrsfs}
|
|
|
|
\usepackage{amsthm}
|
2018-01-15 11:56:09 +00:00
|
|
|
\usepackage{comment}
|
2018-01-23 14:35:28 +00:00
|
|
|
\usepackage{tikz}
|
|
|
|
\usetikzlibrary{positioning}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2018-01-23 14:35:28 +00:00
|
|
|
% theorems, definitions
|
|
|
|
\newtheorem{theorem}{Theorem}[chapter]
|
|
|
|
\newtheorem{lemma}{Lemma}[chapter]
|
2017-12-19 14:25:47 +00:00
|
|
|
\theoremstyle{definition}
|
2018-01-23 14:35:28 +00:00
|
|
|
\newtheorem{definition}{Definition}[chapter]
|
2017-12-19 14:25:47 +00:00
|
|
|
|
2017-12-18 16:36:57 +00:00
|
|
|
\usepackage{pdfpages}
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage{xspace}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\input macros
|
|
|
|
|
2018-01-23 14:35:28 +00:00
|
|
|
\title{Privacy-preserving cryptography from pairings and lattices}
|
2017-12-19 14:25:47 +00:00
|
|
|
\author{Fabrice Mouhartem}
|
|
|
|
\date{\today}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\includepdf{garde.pdf}
|
2017-12-22 08:43:05 +00:00
|
|
|
\frontmatter
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
%%%%%%%%%%%%%
|
|
|
|
% Décidaces %
|
|
|
|
%%%%%%%%%%%%%
|
|
|
|
\cleardoublepage
|
|
|
|
\vspace*{\stretch{1}}
|
|
|
|
\begin{flushright}
|
|
|
|
À \ldots
|
|
|
|
\end{flushright}
|
|
|
|
\vspace*{\stretch{2}}
|
|
|
|
|
|
|
|
\input abstract
|
|
|
|
|
2018-01-15 11:56:09 +00:00
|
|
|
\input acknowledgements
|
|
|
|
|
2017-12-22 08:43:05 +00:00
|
|
|
\cleardoublepage
|
2017-12-19 14:25:47 +00:00
|
|
|
\tableofcontents
|
2018-01-27 20:27:06 +00:00
|
|
|
|
|
|
|
\input symbols
|
2017-12-22 08:43:05 +00:00
|
|
|
\mainmatter
|
2018-01-27 20:27:06 +00:00
|
|
|
\pagestyle{ruled}
|
2017-12-19 14:25:47 +00:00
|
|
|
|
|
|
|
\input chap-introduction
|
|
|
|
|
2018-01-15 11:56:09 +00:00
|
|
|
\part{Background}
|
|
|
|
\input chap-proofs
|
|
|
|
|
|
|
|
\input chap-structures
|
|
|
|
|
|
|
|
\input chap-ZK
|
|
|
|
|
|
|
|
\part{Group Signatures and Anonymous Credentials}
|
|
|
|
|
|
|
|
\input chap-sigmasig
|
|
|
|
|
|
|
|
\input chap-GS-LWE
|
|
|
|
|
|
|
|
\part{Group Encryption and Adaptive Oblivious Transfer}
|
|
|
|
|
|
|
|
\input chap-GE-LWE
|
|
|
|
|
|
|
|
\input chap-OT-LWE
|
2017-12-19 14:25:47 +00:00
|
|
|
|
2018-01-23 14:35:28 +00:00
|
|
|
\input chap-conclusion
|
2017-12-19 14:25:47 +00:00
|
|
|
|
2018-01-23 14:35:28 +00:00
|
|
|
\bibliographystyle{alphaabbr}
|
2017-12-19 14:25:47 +00:00
|
|
|
\bibliography{these.bib}
|
2018-02-02 13:37:04 +00:00
|
|
|
\printindex
|
2018-01-23 14:35:28 +00:00
|
|
|
\backmatter
|
|
|
|
\listoffigures
|
2017-12-18 16:36:57 +00:00
|
|
|
\end{document}
|
2017-12-19 14:25:47 +00:00
|
|
|
% vim: spl=en
|