This commit is contained in:
2018-01-15 12:56:09 +01:00
parent 0e90e9f689
commit c0360880e6
14 changed files with 63 additions and 12 deletions

View File

@ -14,9 +14,13 @@
\renewcommand*{\backref}[1]{}
\renewcommand*{\backrefalt}[4]{\small Citations: \S{} #4}
\hypersetup{colorlinks=true, linkcolor=black!50!blue, citecolor=black!50!green, breaklinks=true}
% numbering
\setsecnumdepth{subsection}
\maxtocdepth {subsection}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{amsthm}
\usepackage{comment}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
@ -46,20 +50,36 @@
\end{flushright}
\vspace*{\stretch{2}}
\input acknowledgements
\input abstract
\input acknowledgements
\cleardoublepage
\tableofcontents
\mainmatter
\input chap-introduction
\part{Background and Definitions}
\input chap-lattices
\part{Background}
\input chap-proofs
\input chap-pairings
\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
\part*{Conclusion}
\bibliographystyle{alpha}
\bibliography{these.bib}