-
Notifications
You must be signed in to change notification settings - Fork 1
/
ref.bib
538 lines (494 loc) · 16 KB
/
ref.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
@article{Diffie:article:1976:sep,
doi = {10.1109/TIT.1976.1055638},
author = {Diffie, W. and Hellman, M.},
title = {{New Directions in Cryptography}},
journal = {IEEE Transactions on Information Theory},
year = {1976},
month = sep,
volume = {22},
number = {6},
pages = {644--654},
}
@article{Rivest:article:1978:feb,
doi = {10.1145/359340.359342},
author = {Rivest, R. L. and Shamir, A. and Adleman, L.},
title = {{A Method for Obtaining Digital Signatures
and Public-key Cryptosystems}},
journal = {Communications of the ACM},
year = {1978},
month = feb,
volume = {21},
number = {2},
pages = {120--126},
}
@article{Shor:article:1997:oct,
doi = {10.1137/S0097539795293172},
author = {Shor, P. W.},
title = {{Polynomial-Time Algorithms for Prime Factorization
and Discrete Logarithms on a Quantum Computer}},
journal = {SIAM Journal on Computing},
year = {1997},
month = oct,
volume = {26},
number = {5},
pages = {1484--1509},
url = {https://arxiv.org/abs/quant-ph/9508027v2},
}
@article{Steinwandt:article:2008:oct,
doi = {10.1016/j.ipl.2008.05.004},
author = {Steinwandt, R. and Vill\'{a}nyi, V. I.},
title = {{A one-time signature using run-length encoding}},
journal = {Information Processing Letters},
year = {2008},
month = oct,
volume = {108},
number = {4},
pages = {179--185},
}
@article{Bernstein:article:2017:sep,
doi = {10.1038/nature23461},
author = {Bernstein, D. J. and Lange, T.},
title = {{Post-quantum cryptography}},
journal = {Nature},
year = {2017},
month = sep,
volume = {549},
number = {7671},
pages = {188--194},
}
@book{Menezes:book:1996,
author = {Menezes, A. J. and Vanstone, S. A. and {VAN OORSCHOT}, P. C.},
title = {{Handbook of Applied Cryptography}},
year = {1996},
isbn = {0849385237},
edition = {1st},
}
@book{Daemen:book:2002,
author = {Daemen, J. and Rijmen, V.},
title = {{The Design of Rijndael}},
year = {2002},
isbn = {3540425802},
edition = {1st},
}
@book{Goldreich:book:2004,
author = {Goldreich, O.},
title = {{Foundations of Cryptography: Volume 2, Basic Applications}},
year = {2004},
isbn = {0521830842},
edition = {1st},
}
@book{Bernstein:book:2008,
author = {Bernstein, D. J. and Buchmann, J. and Dahmen, E.},
title = {{Post Quantum Cryptography}},
year = {2008},
isbn = {3540887016},
edition = {1st},
}
@book{Stallings:book:2010,
author = {Stallings, W.},
title = {{Cryptography and Network Security: Principles and Practice}},
year = {2010},
isbn = {0136097049},
edition = {5th},
}
@book{Gathen:book:2015,
author = {{VON ZUR GATHEN}, J.},
title = {{CryptoSchool}},
year = {2015},
isbn = {3662484234},
edition = {1st},
}
@inproceedings{Goldwasser:inproc:1982:may,
doi = {10.1145/800070.802212},
author = {Goldwasser, S. and Micali, S.},
title = {{Probabilistic Encryption and How to Play Mental Poker Keeping Secret
All Partial Information}},
year = {1982},
month = may,
booktitle = {Proceedings of the Fourteenth Annual ACM Symposium
on Theory of Computing},
pages = {365--377},
location = {San Francisco, California, USA},
}
@inproceedings{Merkle:inproc:1989:aug,
doi = {10.1007/0-387-34805-0_21},
author = {Merkle, R. C.},
title = {{A Certified Digital Signature}},
year = {1989},
month = aug,
booktitle = {Advances in Cryptology -- {CRYPTO '89}},
editor = {Brassard, G.},
pages = {218--238},
location = {Santa Barbara, California, USA},
series = {Lecture Notes in Computer Science},
volume = 435,
}
@inproceedings{Rompel:inproc:1990:may,
doi = {10.1145/100216.100269},
author = {Rompel, J.},
title = {{One-way Functions Are Necessary and Sufficient
for Secure Signatures}},
year = {1990},
month = may,
booktitle = {Proceedings of the Twenty-second Annual ACM Symposium
on Theory of Computing},
editor = {Ortiz, H.},
pages = {387--394},
location = {Baltimore, Maryland, USA},
}
@inproceedings{Bleichenbacher:inproc:1994:aug,
doi = {10.1007/3-540-48658-5_9},
author = {Bleichenbacher, D. and Maurer, U. M.},
title = {{Directed Acyclic Graphs, One-way Functions and Digital Signatures}},
year = {1994},
month = aug,
booktitle = {Advances in Cryptology -- {CRYPTO ’94}},
editor = {Desmedt, Y. G.},
pages = {75--82},
location = {Santa Barbara, California, USA},
series = {Lecture Notes in Computer Science},
volume = 839,
}
@inproceedings{Grover:inproc:1996:may,
doi = {10.1145/237814.237866},
author = {Grover, L. K.},
title = {{A Fast Quantum Mechanical Algorithm for Database Search}},
year = {1996},
month = may,
booktitle = {Proceedings of the Twenty-eighth Annual ACM Symposium
on Theory of Computing},
pages = {212--219},
location = {Philadelphia, Pennsylvania, USA},
url = {https://arxiv.org/abs/quant-ph/9605043v3},
}
@inproceedings{Perrig:inproc:2001:nov,
doi = {10.1145/501983.501988},
author = {Perrig, A.},
title = {{The BiBa One-time Signature and Broadcast Authentication Protocol}},
year = {2001},
month = nov,
booktitle = {Proceedings of the Eighth ACM Conference
on Computer and Communications Security},
pages = {28--37},
location = {Philadelphia, Pennsylvania, USA},
}
@inproceedings{Reyzin:inproc:2002:jul,
doi = {10.1007/3-540-45450-0_11},
author = {Reyzin, L. and Reyzin, N.},
title = {{Better Than BiBa: Short One-Time Signatures
with Fast Signing and Verifying}},
year = {2002},
month = jul,
booktitle = {Information Security and Privacy},
editor = {Batten, L. and Seberry, J.},
pages = {144--153},
location = {Melbourne, Australia},
series = {Lecture Notes in Computer Science},
volume = 2384,
}
@inproceedings{Buchmann:inproc:2006:dec,
doi = {10.1007/11941378_25},
author = {Buchmann, J. and Garc\'{i}a, L. C. C. and Dahmen, E.
and D\"{o}ring, M. and Klintsevich, E.},
title = {{CMSS: An Improved Merkle Signature Scheme}},
year = {2006},
month = dec,
booktitle = {Progress in Cryptology -- {INDOCRYPT 2006}},
editor = {Barua, R. and Lange, T.},
pages = {349--363},
location = {Kolkata, India},
series = {Lecture Notes in Computer Science},
volume = 4329,
url = {https://eprint.iacr.org/2006/320},
}
@inproceedings{Buchmann:inproc:2007:jun,
doi = {10.1007/978-3-540-72738-5_3},
author = {Buchmann, J. and Dahmen, E. and Klintsevich, E. and Okeya, K.
and Vuillaume, C.},
title = {{Merkle Signatures with Virtually Unlimited Signature Capacity}},
year = {2007},
month = jun,
booktitle = {Applied Cryptography and Network Security},
editor = {Katz, J. and Yung, M.},
pages = {31--45},
location = {Zhuhai, China},
series = {Lecture Notes in Computer Science},
volume = 4521,
}
@inproceedings{Buchmann:inproc:2008:oct,
doi = {10.1007/978-3-540-88403-3_5},
author = {Buchmann, J. and Dahmen, E. and Schneider, M.},
title = {{Merkle Tree Traversal Revisited}},
year = {2008},
month = oct,
booktitle = {Post-Quantum Cryptography},
editor = {Buchmann, J. and Ding, J.},
pages = {63--78},
location = {Cincinnati, Ohio, USA},
series = {Lecture Notes in Computer Science},
volume = 5299,
}
@inproceedings{Dahmen:inproc:2008:oct,
doi = {10.1007/978-3-540-88403-3_8},
author = {Dahmen, E. and Okeya, K. and Takagi, T. and Vuillaume, C.},
title = {{Digital Signatures Out of Second-Preimage Resistant Hash Functions}},
year = {2008},
month = oct,
booktitle = {Post-Quantum Cryptography},
editor = {Buchmann, J. and Ding, J.},
pages = {63--78},
location = {Cincinnati, Ohio, USA},
series = {Lecture Notes in Computer Science},
volume = 5299,
}
@inproceedings{Buchmann:inproc:2011:nov,
doi = {10.1007/978-3-642-25405-5_8},
author = {Buchmann, J. and Dahmen, E. and H\"{u}lsing, A.},
title = {{XMSS - a Practical Forward Secure Signature Scheme Based
on Minimal Security Assumptions}},
year = {2011},
month = nov,
booktitle = {Post-Quantum Cryptography},
editor = {Yang, B.-Y.},
pages = {117--129},
location = {Taipei, Taiwan},
series = {Lecture Notes in Computer Science},
volume = 7071,
url = {https://eprint.iacr.org/2011/484},
}
@inproceedings{Huelsing:inproc:2012:aug,
doi = {10.1007/978-3-642-35999-6_5},
author = {H\"{u}lsing, A. and Busold, C. and Buchmann, J.},
title = {Forward Secure Signatures on Smart Cards},
year = {2012},
month = aug,
booktitle = {Selected Areas in Cryptography},
editor = {Knudsen, L. R. and Wu, H.},
pages = {66--80},
location = {Windsor, Canada},
series = {Lecture Notes in Computer Science},
volume = 7707,
}
@inproceedings{Huelsing:inproc:2013:jun,
doi = {10.1007/978-3-642-38553-7_10},
author = {H\"{u}lsing, A.},
title = {W-{OTS}$^+$ -- Shorter Signatures for Hash-Based Signature Schemes},
year = {2013},
month = jun,
booktitle = {Progress in Cryptology -- {AFRICACRYPT} 2013},
editor = {Youssef, A. and Nitaj, A. and Hassanien, A. E.},
pages = {173--188},
location = {Cairo, Egypt},
series = {Lecture Notes in Computer Science},
volume = 7918,
url = {https://eprint.iacr.org/2017/965},
}
@inproceedings{Huelsing:inproc:2013:sep,
doi = {10.1007/978-3-642-40588-4_14},
author = {H\"{u}lsing, A. and Rausch, L. and Buchmann, J.},
title = {{Optimal Parameters for XMSS$^{MT}$}},
year = {2013},
month = sep,
booktitle = {Security Engineering and Intelligence Informatics},
editor = {Cuzzocrea, A. and Kittl, C. and Simos, D. E. and Weippl, E.
and Xu, L.},
pages = {194--208},
location = {Regensburg, Germany},
series = {Lecture Notes in Computer Science},
volume = 8128,
url = {https://eprint.iacr.org/2017/966},
}
@inproceedings{Bernstein:inproc:2015:apr,
doi = {10.1007/978-3-662-46800-5_15},
author = {Bernstein, D. J. and Hopwood, D. and H\"{u}lsing, A. and Lange, T.
and Niederhagen, R. and Papachristodoulou, L. and Schneider, M.
and Schwabe, P. and Wilcox-O'Hearn, Z.},
title = {{SPHINCS: Practical Stateless Hash-Based Signatures}},
year = {2015},
month = apr,
booktitle = {Advances in Cryptology -- {EUROCRYPT} 2015},
editor = {Oswald, E. and Fischlin, M.},
pages = {368--397},
location = {Sofia, Bulgaria},
series = {Lecture Notes in Computer Science},
volume = 9056,
url = {https://eprint.iacr.org/2014/795},
}
@inproceedings{Huelsing:inproc:2016:mar,
doi = {10.1007/978-3-662-49384-7_15},
author = {H\"{u}lsing, A. and Rijneveld, J. and Song, F.},
title = {{Mitigating Multi-target Attacks in Hash-Based Signatures}},
year = {2016},
month = mar,
booktitle = {Public-Key Cryptography -- {PKC} 2016},
editor = {Cheng, C.-M. and Chung, K.-M. and Persiano, G. and Yang, B.-Y.},
pages = {387--416},
location = {Taipei, Taiwan},
series = {Lecture Notes in Computer Science},
volume = 9614,
}
@inproceedings{Cruz:inproc:2016:oct,
author = {Cruz, J. P. and Yatani, Y. and Kaji, Y.},
title = {{Constant-sum fingerprinting for {Winternitz} one-time signature}},
year = {2016},
month = oct,
booktitle = {2016 International Symposium
on Information Theory and Its Applications (ISITA)},
pages = {703--707},
location = {Monterey, California, USA},
}
@inproceedings{McGrew:inproc:2016:nov,
doi = {10.1007/978-3-319-49100-4_11},
author = {McGrew, D. and Kampanakis, P. and Fluhrer, S. and Gazdag, S.-L.
and Butin, D. and Buchmann, J.},
title = {{State Management for Hash-Based Signatures}},
year = {2016},
month = nov,
booktitle = {Security Standardisation Research},
pages = {244--260},
location = {Gaithersburg, Maryland, USA},
url = {https://eprint.iacr.org/2016/357},
}
@inproceedings{Stevens:inproc:2017:jul,
doi = {10.1007/978-3-319-63688-7_19},
author = {Stevens, M. and Bursztein, E. and Karpman, P. and Albertini, A.
and Markov, Y.},
title = {{The First Collision for Full SHA-1}},
year = {2017},
month = jul,
booktitle = {Advances in Cryptology -- {CRYPTO} 2017},
editor = {Katz, J. and Shacham, H.},
pages = {570--596},
location = {Santa Barbara, California, USA},
series = {Lecture Notes in Computer Science},
volume = 10401,
url = {https://eprint.iacr.org/2017/190},
}
@inproceedings{Perin:inproc:2018:jun,
author = {Perin, L. P. and Zambonin, G. and Martins, D. M. B.
and Cust\'{o}dio, R. F. and Martina, J. E.},
title = {{Tuning the Winternitz Hash-Based Digital Signature Scheme}},
year = {2018},
month = jun,
booktitle = {2018 IEEE Symposium on Computers and Communications (ISCC)},
location = {Natal, Brazil},
}
@mastersthesis{Lafrance:msc:2017:apr,
author = {Lafrance, P.},
title = {{Digital Signature Schemes Based on Hash Functions}},
year = {2017},
month = apr,
school = {University of Waterloo},
url = {https://uwspace.uwaterloo.ca/handle/10012/11679},
}
@misc{Leighton:misc:1995:jul,
author = {Leighton, F. T. and Micali, S.},
title = {{Large provably fast and secure digital signature schemes based on
secure hash functions}},
howpublished = {US Patent 5,432,852},
year = {1995},
month = jul,
url = {https://patents.google.com/patent/US5432852A},
}
@misc{Katz:misc:2005:sep,
author = {Katz, J. and Koo, C.-Y.},
title = {{On Constructing Universal One-Way Hash Functions from Arbitrary
One-Way Functions}},
howpublished = {Cryptology ePrint Archive, Report 2005/328},
year = {2005},
month = sep,
url = {https://eprint.iacr.org/2005/328},
}
@misc{Bertoni:misc:2011a:jan,
author = {Bertoni, G. and Daemen, J. and Peeters, M. and {VAN ASSCHE}, G.},
title = {{Cryptographic sponge functions}},
year = {2011},
month = jan,
url = {http://sponge.noekeon.org/},
}
@misc{Bertoni:misc:2011b:jan,
author = {Bertoni, G. and Daemen, J. and Peeters, M. and {VAN ASSCHE}, G.},
title = {{The \textsc{Keccak} reference}},
year = {2011},
month = jan,
url = {http://keccak.noekeon.org/},
}
@misc{Jean:misc:2016:apr,
author = {Jean, J.},
title = {{TikZ for Cryptographers}},
year = {2016},
month = apr,
url = {https://www.iacr.org/authors/tikz/},
}
@misc{Bernstein:misc:2017:dec,
author = {Bernstein, D. J. and Dobraunig, C. and Eichlseder, M.
and Fluhrer, S. and Gazdag, S.-L. and H\"{u}lsing, A. and Kampanakis, P.
and K\"{o}lbl, S. and Lange, T. and Lauridsen, M. M. and Mendel, F.
and Niederhagen, R. and Rechberger, C. and Rijneveld, J. and Schwabe, P.},
title = {{SPHINCS$^{+}$ -- Submission to the NIST post-quantum project}},
year = {2017},
month = dec,
url = {https://sphincs.org/data/sphincs+-specification.pdf},
}
@phdthesis{Merkle:phd:1979:jun,
author = {Merkle, R. C.},
title = {{Secrecy, Authentication, and Public Key Systems}},
year = {1979},
month = jun,
school = {Stanford University},
url = {http://www.merkle.com/papers/Thesis1979.pdf},
}
@techreport{Lamport:report:1979:oct,
author = {Lamport, L.},
title = {{Constructing digital signatures from a one-way function}},
year = {1979},
month = oct,
type = {Technical Report},
number = {CSL-98},
institution = {SRI International Palo Alto},
url = {https://www.microsoft.com/en-us/research/publication/constructing-digital-signatures-one-way-function/},
}
@techreport{Dworkin:report:2001:nov,
author = {Dworkin, M. J. and Barker, E. B. and Nechvatal, J. R. and Foti, J.
and Bassham, L. E. and Roback, E. and Dray Jr., J. F.},
title = {{Advanced Encryption Standard (AES)}},
year = {2001},
month = nov,
type = {Federal Information Processing Standards},
number = {197},
institution = {National Institute of Standards and Technology ({NIST})},
url = {http://dx.doi.org/10.6028/NIST.FIPS.197},
}
@techreport{Dworkin:report:2015:jul,
author = {Dworkin, M. J.},
title = {{SHA-3 Standard: Permutation-Based Hash
and Extendable-Output Functions}},
year = {2015},
month = jul,
type = {Federal Information Processing Standards},
number = {202},
institution = {National Institute of Standards and Technology ({NIST})},
url = {http://dx.doi.org/10.6028/NIST.FIPS.202},
}
@techreport{McGrew:report:2018:apr,
author = {McGrew, D. A. and Curcio, M. and Fluhrer, S.},
title = {{Hash-Based Signatures}},
year = {2018},
month = apr,
type = {Internet-Draft},
number = {draft-mcgrew-hash-sigs-11},
institution = {Internet Engineering Task Force},
note = {{Work in Progress}},
url = {https://datatracker.ietf.org/doc/html/draft-mcgrew-hash-sigs},
}
@techreport{Huelsing:report:2018:may,
author = {H\"{u}lsing, A. and Butin, D. and Gazdag, S.-L. and Rijneveld, J.
and Mohaisen, A.},
title = {{XMSS: Extended Hash-Based Signatures}},
year = {2018},
month = may,
type = {Request for Comments},
number = {8391},
institution = {Internet Engineering Task Force},
url = {https://tools.ietf.org/html/rfc8391},
}