-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
246 lines (197 loc) · 6.54 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
\documentclass[letterpaper]{article}
%\graphicspath{{images/}{{\subfix{images/}}}}
%\graphicspath{{\subfix{images/}}}
\usepackage{arxiv}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{xr} % corss reference different .tex files
% Set the typeface to Times Roman
\usepackage{times}
% personal packages--------------------------------
\usepackage[round]{natbib} % natbib citation style
\usepackage[dvipsnames]{xcolor} % text color
\usepackage{amsmath} % basic maths symbols
\usepackage{amsthm,amssymb} % define proof environment
\usepackage{amsfonts} % extended maths symbols and fonts
\usepackage{nicefrac} % compact symbols for 1/2, etc.
%\usepackage{subfigure} % allow sub-figures
\usepackage{enumitem} % customized numbering style
\usepackage{setspace} % double space
\usepackage{algorithm2e} % algorithm package
%\usepackage{hyperref}
\usepackage[hidelinks]{hyperref} % clickable links
\usepackage{graphicx}
\usepackage[most]{tcolorbox}
%\usepackage{empheq}
\usepackage{marginnote}
\usepackage{stackengine}
% \usepackage{eufrak}
\usepackage{cleveref}
\usepackage{cancel} %to cancel math terms in equation
\usepackage{imakeidx}
%--------------------------------------------------
% tikz package and its libraries for drawing graphshttps://www.overleaf.com/project/5c6b6dc56db16163cf1f3609
\usepackage{tikz} % drawing graph
\usetikzlibrary{arrows.meta} % drawing graph
\usetikzlibrary{decorations.markings}
\usetikzlibrary{backgrounds}
\usetikzlibrary{positioning,chains,fit,shapes,calc}
\usetikzlibrary{angles,patterns}
\usepackage{subcaption}
\usetikzlibrary{matrix,quotes}
\usetikzlibrary{decorations.pathmorphing, calc}
\usetikzlibrary{mindmap}
%--------------------------------------------------
\renewcommand{\arraystretch}{1.2} % increase the height of the table rows
% new commands for definitions and theorems--------
\newtheorem{theorem}{Theorem}[subsection]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{remark}[theorem]{Remark} % [section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{definition}[theorem]{Definition} % [section] % definition numbers are dependent on theorem numbers
\newtheorem{example}[theorem]{Example} % [section] % same for example numbers
\newcommand{\cmt}[2][.5\linewidth]{\leavevmode\hfill\makebox[#1][l]{//~#2}}
% new commands for mathematical notations--------
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\F}{\mathbb{F}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\I}{\mathbb{I}}
\newcommand{\T}{\mathbb{T}}
\newcommand{\OO}{\mathcal{O}}
\newcommand{\DD}{\mathcal{D}}
\newcommand{\LL}{\mathcal{L}}
\newcommand{\calA}{\mathcal{A}}
\newcommand{\vc}[1]{\mathbf{#1}}
\newcommand{\tO}{\Tilde{O}}
\newcommand{\dual}[1]{#1^{\vee}}
\newcommand{\inv}[1]{#1^{-1}}
\newcommand{\mfq}{\mathfrak{q}}
\newcommand{\mfp}{\mathfrak{p}}
\newcommand{\ok}{\mathcal{O}_K}
\newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor} %floor
\newcommand{\ceil}[1]{\left\lceil{#1}\right\rceil} %ceiling
\newcommand{\round}[1]{\left\lfloor{#1}\right\rceil} %round
\newcommand{\innerprod}[1]{\langle{#1}\rangle} %inner product
\newcommand{\sqbracket}[1]{\left[{#1}\right]} %square bracket
\newcommand{\bracket}[1]{\left({#1}\right)} %bracket
\newcommand{\he}{\text{HE}}
\newcommand{\keygen}{\text{Keygen}}
\newcommand{\seckeygen}{\text{SecretKeygen}}
\newcommand{\pubkeygen}{\text{PublicKeygen}}
\newcommand{\evalkeygen}{\text{EvalKeygen}}
\newcommand{\enc}{\text{Enc}}
\newcommand{\dec}{\text{Dec}}
\newcommand{\eval}{\text{Eval}}
\newcommand{\setup}{\text{Setup}}
\newcommand{\add}{\text{Add}}
\newcommand{\mult}{\text{Mult}}
\newcommand{\relin}{\text{Relin}}
\newcommand{\pk}{\text{pk}}
\newcommand{\sk}{\text{sk}}
\newcommand{\evk}{\text{evk}}
\newcommand{\rlk}{\text{rlk}}
\newcommand{\bts}{\text{BTS}}
\newcommand{\sh}{\text{SH}}
\newcommand{\reg}{\text{Regev}}
\newcommand{\bvv}{\text{BV}^*}
\newcommand{\bv}{\text{BV}}
\newcommand{\para}{\text{params}}
\newcommand{\bgv}{\text{BGV}}
\newcommand{\brak}{\text{B}}
\newcommand{\bfv}{\text{BFV}}
\newcommand{\powersoftwo}{\text{PowersOfTwo}}
\newcommand{\bitdecomp}{\text{BitDecomp}}
\newcommand{\switchkey}{\text{SwitchKey}}
\newcommand{\switchkeygen}{\text{SwitchKeyGen}}
\newcommand{\kl}[1]{{\color{orange}#1}}
\newcommand{\ks}[1]{{\color{blue}#1}}
\newcommand{\mikep}[1]{{\color{red}#1}}
\newcommand*\diff{\mathop{}\!\mathrm{d}}
% make index page
%\usepackage{imakeidx}
%\makeindex
\title{A Tutorial Introduction on Lattice-based Cryptography and Homomorphic Encryption}
\author{
Yang Li \\
%\thanks{Use footnote for providing further information about author} \\
School of Computing\\
Australian National University\\
Canberra, ACT, 2600 \\
\texttt{[email protected]} \\
%% examples of more authors
\And
Kee Siong Ng \\
School of Computing\\
Australian National University\\
Canberra, ACT, 2600 \\
\texttt{[email protected]} \\
\And
Michael Purcell \\
School of Computing \\
Australian National University \\
Canberra, ACT, 2600 \\
\texttt{[email protected]}\\
}
\setlength{\parindent}{1.5em}
\usepackage{subfiles} % Best loaded last in the preamble
\makeindex
\begin{document}
\maketitle
\tableofcontents
%\newpage
%\section{Course Design}
%\subfile{sections/course design}
\newpage
\section{Introduction}
\subfile{sections/introduction}
\newpage
\section{Computational Complexity Theory}\label{sec:computational complexity}
\subfile{sections/complexity theory}
\newpage
\section{Cryptography Basics}
\subfile{sections/crypto}
\newpage
\section{Lattice Theory}
\subfile{sections/lattice theory}
\newpage
\section{Discrete Gaussian Distribution}\label{sec:discrete gaussian}
\subfile{sections/discrete gaussian}
\newpage
\section{Learning with Errors}
\subfile{sections/lwe}
\newpage
\section{Cyclotomic Polynomials and Cyclotomic Extensions}
\subfile{sections/cyclotomic}
\newpage
\section{Algebraic Number Theory}\label{sec:ant short}
\subfile{sections/ant shorter}
\newpage
\section{Ring Learning with Errors}
\subfile{sections/ring lwe}
\newpage
\section{Homomorphic Encryption}
\subfile{sections/he}
\newpage
\appendix
\section{Abstract Algebra}
\subfile{sections/abstract algebra}
\newpage
\section{Galois Theory}
\subfile{sections/galois theory}
\newpage
\section{Algebraic Number Theory}
\subfile{sections/ant longer}
\newpage
\section{Mind Maps}\label{sec:mind maps}
\subfile{sections/mindmaps}
\newpage
\bibliography{references}\addcontentsline{toc}{section}{References}
\bibliographystyle{abbrvnat}
\newpage
\printindex
\end{document}