Outline
This commit is contained in:
30
main.tex
30
main.tex
@ -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}
|
||||
|
Reference in New Issue
Block a user