initial version
[doc/ips] / ips.tex
CommitLineData
41761fdc 1%%% -*-latex-*-
2%%%
3%%% Main document sequencing for IPS course
4
5\ifx\printslides\notdef\documentclass[a4, article, twoside]{seminar}\fi
6\usepackage{ips}
7
8\title{Introduction to Provable Security}
9\author{Mark Wooding}
10
11\begin{document}
12
13\maketitle
14
15\ifarticle\else
16\begin{slide}
17 \emptyslide
18 \noindent\vadjust{}
19 \vfil
20 \centerline{\sffamily\bfseries\huge Introduction to Provable Security}
21 \vfil
22 \leavevmode\hfill{\sffamily\bfseries\large Mark Wooding}
23 \vfil
24\end{slide}
25\fi
26
27\tableofcontents
28
29\include{basics}
30
31\include{auth-mac}
32\include{auth-sig}
33
34\include{enc-intro}
35\include{enc-pub}
36\include{enc-symm}
37\include{enc-ies}
38
39%% \include{zk}
40%% \include{chan}
41
42\section{Answers to exercises}
43\answers
44
45\section{Acknowledgements}
46
47A great deal of the material covered here, particularly the earlier stuff, is
48derived from \cite{Goldwasser:1999:LNC}. Of course, any errors are mine
49alone.
50
51\ifarticle\bibliography{cryptography,mdw-crypto}\else
52\begin{slide}
53 \head{References} \sectionmark{References}
54 \bibliography{cryptography,mdw-crypto}
55\end{slide}
56\fi
57
58\end{document}
59
60%%% Local Variables:
61%%% mode: latex
62%%% TeX-master: t
63%%% End: