-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathold-collection.tex
162 lines (121 loc) · 4.5 KB
/
old-collection.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
\documentclass[11pt]{book}
\usepackage{url,amsmath,setspace,amssymb,fullpage,color,tikz}
\usepackage{enumerate}
\usepackage{enumitem}
\usepackage[margin=1in]{geometry}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage[noend]{algpseudocode}
\usepackage{graphicx}
\usepackage{frame,comment}
\usepackage{mathrsfs}
\usepackage{xspace, extarrows}
\floatstyle{boxed}
\restylefloat{figure}
\usepackage[most]{tcolorbox}
\newcommand{\heading}[5]{
\renewcommand{\thepage}{#1-\arabic{page}}
\noindent
\begin{center}
\framebox[\textwidth]{
\begin{minipage}{0.9\textwidth} \onehalfspacing
{\bf CS 276 -- Cryptography} \hfill #2
{\centering \Large #5
}\medskip
{\it #3 \hfill #4}
\end{minipage}
}
\end{center}
}
\newcommand{\scribe}[4]{\heading{#1}{#2}{Instructor:
Sanjam Garg}{GSI: #4}{Lecture #1: #3}}
%\setlength{\parindent}{0in}
\newcommand{\proof}{\noindent{\bf Proof. }} %% To begin a proof write \proof
\newcommand{\qed}{\mbox{}\hspace*{\fill}\nolinebreak\mbox{$\rule{0.6em}{0.6em}$}} %%to end your proof write $\qed$.
\newcommand{\ma}{{\mathcal A}}
\newtheorem{lemma}{Lemma}[chapter]
\newtheorem{remark}{Remark}[chapter]
\newtheorem{claim}{Claim}[chapter]
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{corollary}{Corollary}[chapter]
\newtheorem{construction}{Construction}[chapter]
\newtheorem{definition}{Definition}[chapter]
\newtheorem{proposition}{Proposition}[chapter]
\newtheorem{exercise}{Exercise}[chapter]
\bibliographystyle{plain}
%\newtcolorbox[auto counter,list inside=defs,number within=section]{definition}[2][]{title={Definition~\thetcbcounter},colback={white!30!yellow},colbacktitle={gray},coltitle=black,#1}
\newcommand{\binset}[1]{\{ 0, 1 \}^{#1}}
\newcommand{\binfunc}[2]{\binset{#1} \rightarrow \binset{#2}}
\newcommand{\concat}[0]{\; || \;}
\newcommand{\tnotes}[1]{{\color{red} Teaching Notes: #1}}
\newcommand{\sanjam}[1]{{\color{red} Sanjam: #1}}
\newcommand{\peihan}[1]{{\color{blue} Peihan: #1}}
\renewcommand{\sanjam}[1]{}
%\DeclarePairedDelimiter{\Prfences}{[}{]}
\title{CS276: Graduate Cryptography\thanks{Based on scribe notes by students from taking CS276 in fall 2014. Also, thanks to Peihan Miao and Akshayaram Srinivasan for helping improve these notes.}\\ \textbf{This draft is continually being updated.}}
\author{Sanjam Garg\\ University of California, Berkeley}
\begin{document}
\maketitle
\tableofcontents
\input{Old Scribe Notes/lec02.tex}
\newcommand{\gen}{\mathsf{Gen}}
\newcommand{\enc}{\mathsf{Enc}}
\newcommand{\dec}{\mathsf{Dec}}
\newcommand{\pk}{\mathsf{pk}}
\newcommand{\sk}{\mathsf{sk}}
\newcommand{\fake}{\mathsf{FAKE}}
\newcommand{\mright}[3]{
$#1$ & \quad$\xrightarrow{\parbox{3cm}{\centering$#2$}}$\quad & $#3$ \\
}
\newcommand{\mleft}[3]{
$#1$ & \quad$\xleftarrow{\parbox{3cm}{\centering$#2$}}$\quad & $#3$ \\
}
\input{Old Scribe Notes/lec05.tex}
\input{Old Scribe Notes/lec06.tex}
\input{Old Scribe Notes/assumptions}
%Signatures
\input{Old Scribe Notes/lec13}
%PKE
\input{Old Scribe Notes/lec09}
\input{Old Scribe Notes/lec12}
%IBE
%
\input{Old Scribe Notes/lec07}
\input{Old Scribe Notes/lec08}
%NIZK
%\input{Old Scribe Notes/lec10.tex}
%\input{Old Scribe Notes/lec11.tex}
\input{Old Scribe Notes/lec14}
%Secure Computation
\input{Old Scribe Notes/lec15}
\input{Old Scribe Notes/sec_com}
\input{Old Scribe Notes/lec16}
%\input{Old Scribe Notes/oram.tex}
\input{Old Scribe Notes/lec18}
\input{Old Scribe Notes/lec19}
\input{Old Scribe Notes/lec20}
\input{Old Scribe Notes/lec22}
\iffalse
\input{Old Scribe Notes/ram}
% IO
%\chapter{Fully-Homomorphic Encryption}
%\begin{itemize}
% \item $(KeyGen, Enc, Dec, Eval)$
%
% \item $Eval (C)$ output a circuit $C'$ such that $C'(e)$ is an encryption of $C(x)$ if $e$ was an encryption of $x$ and we have that $|e|\leq poly(|m|,k)$.
% \item How can I improve communication complexity of secure computation and NIZK?
% \item Some more definitions
%\begin{itemize}
% \item $d$-HE is an HE scheme that allows for $Eval$ on circuits of depth $d$ with the property that $|e|\leq poly(|m|,k)$.
% \item Encryption scheme has decryption circuit of some depth say $\alpha\cdot d$.
% \item circularly secure encryption
%\end{itemize}
% \item Construct 0 depth homomorphic encryption? DDH-Elgamal
% \item Given a circularly secure $d$-HE with decryption circuit of size $\alpha\cdot d$ construct an FHE.
% \item Open: Does FHE imply IBE? Can we do without circular security?
%\end{itemize}
\fi
\bibliography{cryptobib/abbrev0,cryptobib/crypto}
\bibliographystyle{plainnat}
\printbibliography
\end{document}