-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcryptography.bib
263 lines (151 loc) · 4.88 KB
/
cryptography.bib
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
%%% Originally: "Security bibliography, with an emphasis on cryptography"
%%% There is now a separate security.bib for non-crypto things.
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Strongbox
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Public key cryptosystems
%%%
@InProceedings{KoyamaMOV91,
author = "Kenji Koyama and Ueli M. Maurer and Tatsuaki Okamoto and
Scott A. Vanstone",
title = "New public-key schemes based on elliptic curves over the
ring {$\mbox{\bf Z}_n$}",
editor = "Joan Feigenbaum",
number = 576,
series = LNCS,
booktitle = "Advances in Cryptology---CRYPTO '91 Proceedings",
pages = "252--266",
year = 1991,
publisher = "Springer-Verlag"
}
@Book{Menezes93,
author = "Alfred J. Menezes",
title = "Elliptic Curve Public Key Cryptosystems",
publisher = "Kluwer Academic Publishers",
year = 1993,
series = "Communications and information theory",
address = "Boston, MA"
}
@Article{RivestSA78,
author = "Ronald L. Rivest and Adi Shamir and Leonard M. Adleman",
title = "A method for obtaining digital signatures and public-key
cryptosystems",
journal = CACM,
year = 1978,
volume = 21,
number = 2,
pages = "120--126"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Public Key Cryptography Standards (PKCS)
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Digital Signature Standard (DSS)
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% RC2, RC4
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Legal matters
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Cryptanalysis
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Military Cryptanalytics series
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Products
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Digital cash
%%%
@TechReport{Ferguson93,
author = "Niels Ferguson",
title = "Single Term Off-Line Coins",
institution = "CWI",
year = 1993,
number = "CS-R9318",
address = "Amsterdam, The Netherlands"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Smart cards
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Patents
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Number theory
%%%
@Unpublished{LamacchiaO,
author = "Brian A. LaMacchia and A. M. Odlyzko",
title = "Computation of discrete logarithms in prime fields",
note = "AT\&T Bell Laboratories, Murray Hill, NJ 07974"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Information theory and coding
%%%
%Hamming code reference; see pp.65-69.
@Book{VanstonevO89,
author = "S. A. Vanstone and P. C. van Oorschot",
title = "An Introduction to Error-Correcting Codes with Applications",
publisher = "Kluwer",
year = 1989,
address = "Boston"
}
@Article{Hamming50,
author = "Hamming, R. W.",
title = "Error detecting and error correcting codes",
journal = "Bell System Technical Journal",
year = 1950,
volume = 29,
pages = "147--160",
month = apr
}
@Book{CoverT91,
author = {Thomas M. Cover and Joy A. Thomas},
title = {Elements of Information Theory},
publisher = {John Wiley},
year = 1991
}
@MastersThesis{Kraft49,
author = {Kraft, Jr., Leon G.},
title = {A Device for Quantizing, Grouping, and Coding Amplitude-Modulated Pulses},
school = MITEECS,
address = MITaddr,
year = 1949,
month = may
}
@Article{AhlswedeCLY2000,
author = {Rudolf Ahlswede and Ning Cai and Shuo-Yen Robert Li and Raymond W. Yeung},
title = {Network information flow},
journal = {IEEE Transactions on Information Theory},
year = 2000,
volume = 46,
number = 4,
pages = "1204--1216"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% General references
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Historical references
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Miscellaneous
%%%
% Addresses the same problem as the Heraclitean scheme of Ernst and Yuval.
@InProceedings{ChawlaDMSW2005,
author = {Shuchi Chawla and Cynthia Dwork and Frank McSherry and Adam Smith and Hoeteck Wee},
title = {Toward Privacy in Public Databases},
crossref = "TCC2005",
pages = "363-385"
}
@Misc{RFC1321,
author = "Ronald Rivest",
title = "{RFC 1321}: The {MD5} Message-Digest Algorithm",
month = apr,
year = "1992",
}