-
Notifications
You must be signed in to change notification settings - Fork 68
/
crypto_misc.bib
4928 lines (4391 loc) · 187 KB
/
crypto_misc.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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION of Additional Digital Signature ROUND 2
%------------------------------------------------------------------
% ============= Code-based Signatures
@techreport{NISTPQC-ADD-R2:CROSS24,
author = {Marco Baldi and Alessandro Barenghi and Sebastian Bitzer and Patrick Karl and Felice Manganiello and Alessio Pavoni and Gerardo Pelosi and Paolo Santini and Jonas Schupp and Freeman Slaughter and Antonia {Wachter-Zeh} and Violetta Weger},
title = {{CROSS} --- {Codes and Restricted Objects Signature Scheme}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:LESS24,
author = {Marco Baldi and Alessandro Barenghi and Luke Beckwith and {Jean-Fran\c{c}ois} Biasse and Andre Esser and Kris Gaj and Kamyar Mohajerani and Gerardo Pelosi and Edoardo Persichetti and {Markku-Juhani} O. Saarinen and Paolo Santini and Robert Wallace},
title = {{LESS} --- {Linear Equivalence Signature Scheme}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
% ============= Isogeny Signatures
@techreport{NISTPQC-ADD-R2:SQIsign24,
author = {Jorge {Chavez-Saab} and Maria {Corte-Real} Santos and Luca {De Feo} and Jonathan Komada Eriksen and Basil Hess and David Kohel and Antonin Leroux and Patrick Longa and Michael Meyer and Lorenz Panny and Sikhar Patranabis and Christophe Petit and Francisco {Rodr\'{i}guez Henr\'{i}quez} and Sina Schaeffler and Benjamin Wesolowski},
title = {{SQIsign}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
% ============= Lattice-based Signatures
@techreport{NISTPQC-ADD-R2:HAWK24,
author = {Joppe W. Bos and Olivier Bronchain and L\'{e}o Ducas and Serge Fehr and {Yu-Hsuan} Huang and Thomas Pornin and Eamonn W. Postlethwaite and Thomas Prest and Ludo N. Pulles and Wessel {van Woerden}},
title = {{HAWK}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
% ============= MPC-in-the-Head Signatures
@techreport{NISTPQC-ADD-R2:Mirath24,
author = {Nicolas Aragon and Magali Bardet and Lo\"{i}c Bidoux and {Jes\'{u}s-Javier} {Chi-Dom\'{i}nguez} and Victor Dyseryn and Thibauld Feneuil and Philippe Gaborit and Romaric Neveu and Matthieu Rivain and {Jean-Pierre} Tillich and Gora Adj and Luis {Rivera-Zamarripa} and Javier Verbel and Emanuele Bellini and Stefano Barbero and Andre Esser and Carlo Sanna and Floyd Zweydinger},
title = {{Mirath (merger of {MIRA}/{MiRitH})}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:MQOM24,
author = {Thibauld Feneuil and Matthieu Rivain},
title = {{MQOM} --- {MQ on my Mind}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:PERK24,
author = {Najwa Aaraj and Slim Bettaieb and Lo\"{i}c Bidoux and Alessandro Budroni and Victor Dyseryn and Andre Esser and Philippe Gaborit and Mukul Kulkarni and Victor Mateu and Marco Palumbi and Lucas Perin and {Jean-Pierre} Tillich},
title = {{PERK}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:RYDE24,
author = {Nicolas Aragon and Magali Bardet and Lo\"{i}c Bidoux and {Jes\'{u}s-Javier} {Chi-Dom\'{i}nguez} and Victor Dyseryn and Thibauld Feneuil and Philippe Gaborit and Antoine Joux and Matthieu Rivain and {Jean-Pierre} Tillich and Adrien Vin\c{c}otte},
title = {{RYDE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:SDitH24,
author = {Carlos {Aguilar-Melchor} and Thibauld Feneuil and Nicolas Gama and Shay Gueron and James Howe and David Joseph and Antoine Joux and Edoardo Persichetti and Tovohery H. Randrianarisoa and Matthieu Rivain and Dongze Yue},
title = {{SDitH} --- {Syndrome Decoding in the Head}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
% ============= Multivariate Signatures
@techreport{NISTPQC-ADD-R2:MAYO24,
author = {Ward Beullens and Fabio Campos and Sof\'{i}a Celi and Basil Hess and Matthias J. Kannwischer},
title = {{MAYO}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:QR-UOV24,
author = {Hiroki Furue and Yasuhiko Ikematsu and Fumitaka Hoshino and Tsuyoshi Takagi and Kan Yasuda and Toshiyuki Miyazawa and Tsunekazu Saito and Akira Nagai},
title = {{QR-UOV}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:SNOVA24,
author = {{Lih-Chung} Wang and {Chun-Yen} Chou and Jintai Ding and {Yen-Liang} Kuan and {Ming-Siou} Li and {Bo-Shu} Tseng and {Po-En} Tseng and {Chia-Chun} Wang},
title = {{SNOVA}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
@techreport{NISTPQC-ADD-R2:UOV24,
author = {Ward Beullens and {Ming-Shing} Chen and Jintai Ding and Boru Gong and Matthias J. Kannwischer and Jacques Patarin and {Bo-Yuan} Peng and Dieter Schmidt and {Cheng-Jhih} Shih and Chengdong Tao and {Bo-Yin} Yang},
title = {{UOV} --- {Unbalanced Oil and Vinegar}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
% ============= Symmetric-based Signatures
@techreport{NISTPQC-ADD-R2:FAEST24,
author = {Carsten Baum and Lennart Braun and Cyprien {Delpech de Saint Guilhem} and Michael Kloo{\ss} and Christian Majenz and Shibam Mukherjee and Emmanuela Orsini and Sebastian Ramacher and Christian Rechberger and Lawrence Roy and Peter Scholl},
title = {{FAEST}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2024,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-2-additional-signatures}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION of Additional Digital Signature ROUND 1
%------------------------------------------------------------------
% ============= Code-based Signatures
@techreport{NISTPQC-ADD-R1:CROSS23,
author = {Marco Baldi and Alessandro Barenghi and Sebastian Bitzer and Patrick Karl and Felice Manganiello and Alessio Pavoni and Gerardo Pelosi and Paolo Santini and Jonas Schupp and Freeman Slaughter and Antonia {Wachter-Zeh} and Violetta Weger},
title = {{CROSS} --- {Codes and Restricted Objects Signature Scheme}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:EnhancedpqsigRM23,
author = {Jinkyu Cho and {Jong-Seon} No and Yongwoo Lee and {Young-Sik} Kim and Zahyun Koo},
title = {{Enhanced pqsigRM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:FuLeeca23,
author = {Stefan Ritterhoff and Sebastian Bitzer and Patrick Karl and Georg Maringer and Thomas Schamberger and Jonas Schupp and Georg Sigl and Antonia {Wachter-Zeh} and Violetta Weger},
title = {{FuLeeca}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:LESS23,
author = {Marco Baldi and Alessandro Barenghi and Luke Beckwith and {Jean-Fran\c{c}ois} Biasse and Andre Esser and Kris Gaj and Kamyar Mohajerani and Gerardo Pelosi and Edoardo Persichetti and {Markku-Juhani} O. Saarinen and Paolo Santini and Robert Wallace},
title = {{LESS} --- {Linear Equivalence Signature Scheme}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:MEDS23,
author = {Tung Chou and Ruben Niederhagen and Edoardo Persichetti and Lars Ran and Tovohery Hajatiana Randrianarisoa and Krijn Reijnders and Simona Samardjiska and Monika Trimoska},
title = {{MEDS} --- {Matrix Equivalence Digital Signature}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:Wave23,
author = {Gustavo Banegas and K\'{e}vin Carrier and Andr\'{e} Chailloux and Alain Couvreur and Thomas {Debris-Alazard} and Philippe Gaborit and Pierre Karpman and Johanna Loyer and Ruben Niederhagen and Nicolas Sendrier and Benjamin Smith and {Jean-Pierre} Tillich},
title = {{Wave}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= Isogeny Signatures
@techreport{NISTPQC-ADD-R1:SQIsign23,
author = {Jorge {Chavez-Saab} and Maria {Corte-Real} Santos and Luca {De Feo} and Jonathan Komada Eriksen and Basil Hess and David Kohel and Antonin Leroux and Patrick Longa and Michael Meyer and Lorenz Panny and Sikhar Patranabis and Christophe Petit and Francisco {Rodr\'{i}guez Henr\'{i}quez} and Sina Schaeffler and Benjamin Wesolowski},
title = {{SQIsign}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= Lattice-based Signatures
@techreport{NISTPQC-ADD-R1:EagleSign23,
author = {Djiby Sow and Abiodoun Clement Hounkpevi and Sidoine Djimnaibeye and Michel Seck},
title = {{EagleSign}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:EHT23,
author = {Igor Semaev and Martin Feussner},
title = {{EHTv3} and {EHTv4}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:HAETAE23,
author = {Jung Hee Cheon and Hyeongmin Choe and Julien Devevey and Tim G\"{u}neysu and Dongyeon Hong and Markus Krausz and Georg Land and Junbum Shin and Damien Stehl\'{e} and MinJune Yi},
title = {{HAETAE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:HAWK23,
author = {Joppe W. Bos and Olivier Bronchain and L\'{e}o Ducas and Serge Fehr and {Yu-Hsuan} Huang and Thomas Pornin and Eamonn W. Postlethwaite and Thomas Prest and Ludo N. Pulles and Wessel van Woerden},
title = {{HAWK}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:HuFu23,
author = {Yang Yu and Huiwen Jia and Leibo Li and Delong Ran and Zhiyuan Qiu and Shiduo Zhang and Xiuhan Lin and Xiaoyun Wang},
title = {{HuFu} --- {Hash-and-Sign Signatures From Powerful Gadgets}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:Raccoon23,
author = {Rafael {del Pino} and Thomas Espitau and Shuichi Katsumata and Mary Maller and Fabrice Mouhartem and Thomas Prest and M\'{e}lissa Rossi and {Markku-Juhani} Saarinen},
title = {{Raccoon}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:SQUIRRELS23,
author = {Thomas Espitau and Guilhem Niot and Chao Sun and Mehdi Tibouchi},
title = {{SQUIRRELS} --- {Square Unstructured Integer Euclidean Lattice Signature}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= MPC-in-the-Head Signatures
@techreport{NISTPQC-ADD-R1:Biscuit23,
author = {Luk Bettale and Delaram Kahrobaei and Ludovic Perret and Javier Verbel},
title = {{Biscuit}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:MIRA23,
author = {Nicolas Aragon and Magali Bardet and Lo\"{i}c Bidoux and {Jes\'{u}s-Javier} {Chi-Dom\'{i}nguez} and Victor Dyseryn and Thibauld Feneuil and Philippe Gaborit and Romaric Neveu and Matthieu Rivain and {Jean-Pierre} Tillich},
title = {{MIRA}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:MiRitH23,
author = {Gora Adj and Luis {Rivera-Zamarripa} and Javier Verbel and Emanuele Bellini and Stefano Barbero and Andre Esser and Carlo Sanna and Floyd Zweydinger},
title = {{MiRitH} --- {MinRank in the Head}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:MQOM23,
author = {Thibauld Feneuil and Matthieu Rivain},
title = {{MQOM} --- {MQ on my Mind}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:PERK23,
author = {Najwa Aaraj and Slim Bettaieb and Lo\"{i}c Bidoux and Alessandro Budroni and Victor Dyseryn and Andre Esser and Philippe Gaborit and Mukul Kulkarni and Victor Mateu and Marco Palumbi and Lucas Perin and {Jean-Pierre} Tillich},
title = {{PERK}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:RYDE23,
author = {Nicolas Aragon and Magali Bardet and Lo\"{i}c Bidoux and Jes\'{u}s-Javier Chi-Dom\'{i}nguez and Victor Dyseryn and Thibauld Feneuil and Philippe Gaborit and Antoine Joux and Matthieu Rivain and {Jean-Pierre} Tillich and Adrien Vin\c{c}otte},
title = {{RYDE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:SDitH23,
author = {Carlos {Aguilar-Melchor} and Thibauld Feneuil and Nicolas Gama and Shay Gueron and James Howe and David Joseph and Antoine Joux and Edoardo Persichetti and Tovohery H. Randrianarisoa and Matthieu Rivain and Dongze Yue},
title = {{SDitH} --- {Syndrome Decoding in the Head}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= Multivariate Signatures
@techreport{NISTPQC-ADD-R1:3WISE23,
author = {Borja G\'{o}mez Rodr\'{i}guez},
title = {{3WISE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:DME-Sign23,
author = {Ignacio Luengo and Mart\'{i}n Avenda\~{n}o},
title = {{DME-Sign}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:HPPC23,
author = {Borja G\'{o}mez Rodr\'{i}guez},
title = {{HPPC} --- {Hidden Product of Polynomial Composition}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:MAYO23,
author = {Ward Beullens and Fabio Campos and Sof\'{i}a Celi and Basil Hess and Matthias J. Kannwischer},
title = {{MAYO}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:PROV23,
author = {Louis Goubin and Beno\^{i}t Cogliati and {Jean-Charles} Faug\`{e}re and {Pierre-Alain} Fouque and Robin Larrieu and Gilles {Macario-Rat} and Brice Minaud and Jacques Patarin},
title = {{PROV} --- {PRovable unbalanced Oil and Vinegar}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:QR-UOV23,
author = {Hiroki Furue and Yasuhiko Ikematsu and Fumitaka Hoshino and Tsuyoshi Takagi and Kan Yasuda and Toshiyuki Miyazawa and Tsunekazu Saito and Akira Nagai},
title = {{QR-UOV}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:SNOVA23,
author = {{Lih-Chung} Wang and {Chun-Yen} Chou and Jintai Ding and {Yen-Liang} Kuan and {Ming-Siou} Li and {Bo-Shu} Tseng and {Po-En} Tseng and {Chia-Chun} Wang},
title = {{SNOVA}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:TUOV23,
author = {Jintai Ding and Boru Gong and Hao Guo and Xiaoou He and Yi Jin and Yuansheng Pan and Dieter Schmidt and Chengdong Tao and Danli Xie and {Bo-Yin} Yang and Ziyu Zhao},
title = {{TUOV} --- {Triangular Unbalanced Oil and Vinegar}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:UOV23,
author = {Ward Beullens and {Ming-Shing} Chen and Jintai Ding and Boru Gong and Matthias J. Kannwischer and Jacques Patarin and {Bo-Yuan} Peng and Dieter Schmidt and {Cheng-Jhih} Shih and Chengdong Tao and {Bo-Yin} Yang},
title = {{UOV} --- {Unbalanced Oil and Vinegar}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:VOX23,
author = {Jacques Patarin and Beno\^{i}t Cogliati and {Jean-Charles} Faug\`{e}re and {Pierre-Alain} Fouque and Louis Goubin and Robin Larrieu and Gilles {Macario-Rat} and Brice Minaud},
title = {{VOX}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= Symmetric-based Signatures
@techreport{NISTPQC-ADD-R1:AIMer23,
author = {Seongkwang Kim and Jihoon Cho and Mingyu Cho and Jincheol Ha and Jihoon Kwon and Byeonghak Lee and Joohee Lee and Jooyoung Lee and Sangyub Lee and Dukjae Moon and Mincheol Son and Hyojin Yoon},
title = {{AIMer}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:Ascon-Sign23,
author = {Vikas Srivastava and Naina Gupta and Arpan Jati and Anubhab Baksi and Jakub Breier and Anupam Chattopadhyay and Sumit Kumar Debnath and Xiaolu Hou},
title = {{Ascon-Sign}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:FAEST23,
author = {Carsten Baum and Lennart Braun and Cyprien {Delpech de Saint Guilhem} and Michael Kloo{\ss} and Christian Majenz and Shibam Mukherjee and Emmanuela Orsini and Sebastian Ramacher and Christian Rechberger and Lawrence Roy and Peter Scholl},
title = {{FAEST}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:SPHINCS-alpha23,
author = {Yu Yu and Hongrui Cui and Kaiyi Zhang},
title = {{SPHINCS-alpha}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
% ============= Other Signatures
@techreport{NISTPQC-ADD-R1:ALTEQ23,
author = {Markus Bl\"{a}ser and Dung Hoang Duong and Anand Kumar Narayanan and Thomas Plantard and Youming Qiao and Arnaud Sipasseuth and Gang Tang},
title = {{ALTEQ}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:eMLE-Sig23,
author = {Dongxi Liu and Raymond K. Zhao},
title = {{eMLE-Sig 2.0} --- {Embedded Multilayer Equations with Heavy Layer Randomization}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:KAZ-SIGN23,
author = {Muhammad Rezal Kamel Ariffin and Nur Azman Abu and Terry Lau Shue Chien and Zahari Mahad and Amir Hamzah Abd Ghafar and Nurul Amiera Sakinah Abdul Jamal},
title = {{KAZ-SIGN} --- {Kriptografi Atasi Zarah}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:Preon23,
author = {{Ming-Shing} Chen and {Yu-Shian} Chen and {Chen-Mou} Cheng and Shiuan Fu and {Wei-Chih} Hong and {Jen-Hsuan} Hsiang and {Sheng-Te} Hu and {Po-Chun} Kuo and {Wei-Bin} Lee and {Feng-Hao} Liu and Justin Thaler},
title = {{Preon}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
@techreport{NISTPQC-ADD-R1:Xifrat1-Sign.I23,
author = {Jianfang "Danny" Niu and Daniel Enrique N\'{a}ger Piazuelo},
title = {{Xifrat1-Sign.I}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2023,
note = {available at \url{https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION SELECTED ALGORITHMS 2022
%------------------------------------------------------------------
@techreport{NISTPQC:CRYSTALS-KYBER22,
author = {Peter Schwabe and Roberto Avanzi and Joppe Bos and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Vadim Lyubashevsky and John M. Schanck and Gregor Seiler and Damien Stehl{\'e} and Jintai Ding},
title = {{CRYSTALS-KYBER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022}},
}
@techreport{NISTPQC:CRYSTALS-DILITHIUM22,
author = {Vadim Lyubashevsky and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Peter Schwabe and Gregor Seiler and Damien Stehl{\'e} and Shi Bai},
title = {{CRYSTALS-DILITHIUM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022}},
}
@techreport{NISTPQC:FALCON22,
author = {Thomas Prest and Pierre-Alain Fouque and Jeffrey Hoffstein and Paul Kirchner and Vadim Lyubashevsky and Thomas Pornin and Thomas Ricosset and Gregor Seiler and William Whyte and Zhenfei Zhang},
title = {{FALCON}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022}},
}
@techreport{NISTPQC:SPHINCS+22,
author = {Andreas H{\"u}lsing and Daniel J. Bernstein and Christoph Dobraunig and Maria Eichlseder and Scott Fluhrer and Stefan-Lukas Gazdag and Panos Kampanakis and Stefan K{\"o}lbl and Tanja Lange and Martin M. Lauridsen and Florian Mendel and Ruben Niederhagen and Christian Rechberger and Joost Rijneveld and Peter Schwabe and Jean-Philippe Aumasson and Bas Westerbaan and Ward Beullens},
title = {{SPHINCS\textsuperscript{+}}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION ROUND 4
%------------------------------------------------------------------
@techreport{NISTPQC-R4:BIKE22,
author = {Nicolas Aragon and Paulo Barreto and Slim Bettaieb and Loic Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Phillipe Gaborit and Shay Gueron and Tim Guneysu and Carlos {Aguilar-Melchor} and Rafael Misoczki and Edoardo Persichetti and Nicolas Sendrier and Jean-Pierre Tillich and Gilles Z{\'e}mor and Valentin Vasseur and Santosh Ghosh and Jan Richter-Brokmann},
title = {{BIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/round-4-submissions}},
}
@techreport{NISTPQC-R4:ClassicMcEliece22,
author = {Martin R. Albrecht and Daniel J. Bernstein and Tung Chou and Carlos Cid and Jan Gilcher and Tanja Lange and Varun Maram and Ingo von Maurich and Rafael Misoczki and Ruben Niederhagen and Kenneth G. Paterson and Edoardo Persichetti and Christiane Peters and Peter Schwabe and Nicolas Sendrier and Jakub Szefer and Cen Jung Tjhai and Martin Tomlinson and Wen Wang},
title = {{Classic McEliece}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/round-4-submissions}},
}
@techreport{NISTPQC-R4:HQC22,
author = {Carlos {Aguilar-Melchor} and Nicolas Aragon and Slim Bettaieb and Lo{\"i}c Bidoux and Olivier Blazy and Jean-Christophe Deneuville
and Philippe Gaborit and Edoardo Persichetti and Gilles Z{\'e}mor and Jurjen Bos and Arnaud Dion and Jerome Lacan and Jean-Marc Robert and Pascal Veron},
title = {{HQC}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/round-4-submissions}},
}
@techreport{NISTPQC-R4:SIKE22,
author = {David Jao and Reza Azarderakhsh and Matthew Campagna and Craig Costello and Luca {De Feo} and Basil Hess and Amir Jalali and Brian Koziel and Brian {LaMacchia} and Patrick Longa and Michael Naehrig and Joost Renes and Vladimir Soukharev and David Urbanik and Geovandro Pereira and Koray Karabina and Aaron Hutchinson},
title = {{SIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2022,
note = {available at \url{https://csrc.nist.gov/Projects/post-quantum-cryptography/round-4-submissions}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION ROUND 3
%------------------------------------------------------------------
% ============= Finalists: PKE/KEM
@techreport{NISTPQC-R3:ClassicMcEliece20,
author = {Martin R. Albrecht and Daniel J. Bernstein and Tung Chou and Carlos Cid and Jan Gilcher and Tanja Lange and Varun Maram and Ingo von Maurich and Rafael Misoczki and Ruben Niederhagen and Kenneth G. Paterson and Edoardo Persichetti and Christiane Peters and Peter Schwabe and Nicolas Sendrier and Jakub Szefer and Cen Jung Tjhai and Martin Tomlinson and Wen Wang},
title = {{Classic McEliece}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:CRYSTALS-KYBER20,
author = {Peter Schwabe and Roberto Avanzi and Joppe Bos and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Vadim Lyubashevsky and John M. Schanck and Gregor Seiler and Damien Stehl{\'e}},
title = {{CRYSTALS-KYBER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:NTRU20,
author = {Cong Chen and Oussama Danba and Jeffrey Hoffstein and Andreas Hulsing and Joost Rijneveld and John M. Schanck and Peter Schwabe and William Whyte and Zhenfei Zhang and Tsunekazu Saito and Takashi Yamakawa and Keita Xagawa},
title = {{NTRU}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:SABER20,
author = {Jan-Pieter D'Anvers and Angshuman Karmakar and Sujoy Sinha Roy and Frederik Vercauteren and Jose Maria Bermudo Mera and Michiel {Van Beirendonck} and Andrea Basso},
title = {{SABER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
% ============= Finalists: SIGNATURE
@techreport{NISTPQC-R3:CRYSTALS-DILITHIUM20,
author = {Vadim Lyubashevsky and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Peter Schwabe and Gregor Seiler and Damien Stehl{\'e} and Shi Bai},
title = {{CRYSTALS-DILITHIUM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:FALCON20,
author = {Thomas Prest and Pierre-Alain Fouque and Jeffrey Hoffstein and Paul Kirchner and Vadim Lyubashevsky and Thomas Pornin and Thomas Ricosset and Gregor Seiler and William Whyte and Zhenfei Zhang},
title = {{FALCON}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:Rainbow20,
author = {Jintai Ding and Ming-Shing Chen and Albrecht Petzoldt and Dieter Schmidt and Bo-Yin Yang and Matthias J. Kannwischer and Jacques Patarin},
title = {{Rainbow}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
% ============= Alternate Candidates: PKE/KEM
@techreport{NISTPQC-R3:BIKE20,
author = {Nicolas Aragon and Paulo Barreto and Slim Bettaieb and Loic Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Phillipe Gaborit and Shay Gueron and Tim Guneysu and Carlos {Aguilar-Melchor} and Rafael Misoczki and Edoardo Persichetti and Nicolas Sendrier and Jean-Pierre Tillich and Gilles Z{\'e}mor and Valentin Vasseur and Santosh Ghosh},
title = {{BIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:FrodoKEM20,
author = {Michael Naehrig and Erdem Alkim and Joppe Bos and L{\'e}o Ducas and Karen Easterbrook and Brian {LaMacchia} and Patrick Longa and Ilya Mironov and Valeria Nikolaenko and Christopher Peikert and Ananth Raghunathan and Douglas Stebila},
title = {{FrodoKEM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:HQC20,
author = {Carlos {Aguilar-Melchor} and Nicolas Aragon and Slim Bettaieb and Lo{\"i}c Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Philippe Gaborit and Edoardo Persichetti and Gilles Z{\'e}mor and Jurjen Bos},
title = {{HQC}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:NTRUPrime20,
author = {Daniel J. Bernstein and Billy Bob Brumley and Ming-Shing Chen
and Chitchanok Chuengsatiansup and Tanja Lange and Adrian Marotzke
and Bo-Yuan Peng and Nicola Tuveri and Christine van Vredendaal and Bo-Yin Yang},
title = {{NTRU Prime}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:SIKE20,
author = {David Jao and Reza Azarderakhsh and Matthew Campagna and Craig Costello and Luca {De Feo} and Basil Hess and Amir Jalali and Brian Koziel and Brian {LaMacchia} and Patrick Longa and Michael Naehrig and Joost Renes and Vladimir Soukharev and David Urbanik and Geovandro Pereira and Koray Karabina and Aaron Hutchinson},
title = {{SIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
% ============= Alternate Candidates: SIGNATURE
@techreport{NISTPQC-R3:GeMSS20,
author = {Antoine Casanova and Jean-Charles Faug{\`e}re and Gilles {Macario-Rat} and Jacques Patarin and Ludovic Perret and Jocelyn Ryckeghem},
title = {{GeMSS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:Picnic20,
author = {Greg Zaverucha and Melissa Chase and David Derler and Steven Goldfeder and Claudio Orlandi and Sebastian Ramacher and Christian Rechberger and Daniel Slamanig and Jonathan Katz and Xiao Wang and Vladmir Kolesnikov and Daniel Kales},
title = {{Picnic}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
@techreport{NISTPQC-R3:SPHINCS+20,
author = {Andreas H{\"u}lsing and Daniel J. Bernstein and Christoph Dobraunig and Maria Eichlseder and Scott Fluhrer and Stefan-Lukas Gazdag and Panos Kampanakis and Stefan K{\"o}lbl and Tanja Lange and Martin M. Lauridsen and Florian Mendel and Ruben Niederhagen and Christian Rechberger and Joost Rijneveld and Peter Schwabe and Jean-Philippe Aumasson and Bas Westerbaan and Ward Beullens},
title = {{SPHINCS\textsuperscript{+}}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2020,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-3-submissions}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION ROUND 2
%------------------------------------------------------------------
@techreport{NISTPQC-R2:BIKE19,
author = {Nicolas Aragon and Paulo Barreto and Slim Bettaieb and Loic Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Phillipe Gaborit and Shay Gueron and Tim Guneysu and Carlos {Aguilar-Melchor} and Rafael Misoczki and Edoardo Persichetti and Nicolas Sendrier and Jean-Pierre Tillich and Gilles Z{\'e}mor and Valentin Vasseur},
title = {{BIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:ClassicMcEliece19,
author = {Daniel J. Bernstein and Tung Chou and Tanja Lange and Ingo von Maurich and Rafael Misoczki and Ruben Niederhagen and Edoardo Persichetti and Christiane Peters and Peter Schwabe and Nicolas Sendrier and Jakub Szefer and Wen Wang},
title = {{Classic McEliece}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:CRYSTALS-KYBER19,
author = {Peter Schwabe and Roberto Avanzi and Joppe Bos and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Vadim Lyubashevsky and John M. Schanck and Gregor Seiler and Damien Stehl{\'e}},
title = {{CRYSTALS-KYBER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:FrodoKEM19,
author = {Michael Naehrig and Erdem Alkim and Joppe Bos and L{\'e}o Ducas and Karen Easterbrook and Brian LaMacchia and Patrick Longa and Ilya Mironov and Valeria Nikolaenko and Christopher Peikert and Ananth Raghunathan and Douglas Stebila},
title = {{FrodoKEM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:HQC19,
author = {Carlos {Aguilar-Melchor} and Nicolas Aragon and Slim Bettaieb and Lo{\"i}c Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Philippe Gaborit and Edoardo Persichetti and Gilles Z{\'e}mor},
title = {{HQC}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:LAC19,
author = {Xianhui Lu and Yamin Liu and Dingding Jia and Haiyang Xue and Jingnan He and Zhenfei Zhang and Zhe Liu and Hao Yang and Bao Li and Kunpeng Wang},
title = {{LAC}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:LEDAcrypt19,
author = {Marco Baldi and Alessandro Barenghi and Franco Chiaraluce and Gerardo Pelosi and Paolo Santini},
title = {{LEDAcrypt}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:NewHope19,
author = {Thomas P{\"o}ppelmann and Erdem Alkim and Roberto Avanzi and Joppe Bos and L{\'e}o Ducas and Antonio de la Piedra and Peter Schwabe and Douglas Stebila and Martin R. Albrecht and Emmanuela Orsini and Valery Osheter and Kenneth G. Paterson and Guy Peer and Nigel P. Smart},
title = {{NewHope}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:NTRU19,
author = {Zhenfei Zhang and Cong Chen and Jeffrey Hoffstein and William Whyte and John M. Schanck and Andreas Hulsing and Joost Rijneveld and Peter Schwabe and Oussama Danba},
title = {{NTRUEncrypt}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:NTRUPrime19,
author = {Daniel J. Bernstein and Chitchanok Chuengsatiansup and Tanja Lange and Christine van Vredendaal},
title = {{NTRU Prime}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:NTS-KEM19,
author = {Martin Albrecht and Carlos Cid and Kenneth G. Paterson and Cen Jung Tjhai and Martin Tomlinson},
title = {{NTS-KEM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:ROLLO19,
author = {Nicolas Aragon and Olivier Blazy and Jean-Christophe Deneuville and Philippe Gaborit and Adrien Hauteville and Olivier Ruatta and Jean-Pierre Tillich and Gilles Z{\'e}mor and Carlos {Aguilar-Melchor} and Slim Bettaieb and Loic Bidoux and Magali Bardet and Ayoub Otmani},
title = {{ROLLO}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:Round519,
author = {Oscar {Garcia-Morchon} and Zhenfei Zhang and Sauvik Bhattacharya and Ronald Rietman and Ludo Tolhuizen and Jose-Luis {Torre-Arce} and Hayo Baan and Markku-Juhani O. Saarinen and Scott Fluhrer and Thijs Laarhoven and Rachel Player},
title = {{Round5}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:RQC19,
author = {Carlos {Aguilar-Melchor} and Nicolas Aragon and Slim Bettaieb and Loic Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Phillippe Gaborit and Gilles Z{\'e}mor and Alain Couvreur and Adrien Hauteville},
title = {{RQC}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:SABER19,
author = {Jan-Pieter D'Anvers and Angshuman Karmakar and Sujoy Sinha Roy and Frederik Vercauteren},
title = {{SABER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:SIKE19,
author = {David Jao and Reza Azarderakhsh and Matthew Campagna and Craig Costello and Luca {De Feo} and Basil Hess and Amir Jalali and Brian Koziel and Brian LaMacchia and Patrick Longa and Michael Naehrig and Joost Renes and Vladimir Soukharev and David Urbanik and Geovandro Pereira},
title = {{SIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:ThreeBears19,
author = {Mike Hamburg},
title = {{Three Bears}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
% ============= SIGNATURE
@techreport{NISTPQC-R2:CRYSTALS-DILITHIUM19,
author = {Vadim Lyubashevsky and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Peter Schwabe and Gregor Seiler and Damien Stehl{\'e}},
title = {{CRYSTALS-DILITHIUM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:FALCON19,
author = {Thomas Prest and Pierre-Alain Fouque and Jeffrey Hoffstein and Paul Kirchner and Vadim Lyubashevsky and Thomas Pornin and Thomas Ricosset and Gregor Seiler and William Whyte and Zhenfei Zhang},
title = {{FALCON}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:GeMSS19,
author = {Antoine Casanova and Jean-Charles Faug{\`e}re and Gilles {Macario-Rat} and Jacques Patarin and Ludovic Perret and Jocelyn Ryckeghem},
title = {{GeMSS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:LUOV19,
author = {Ward Beullens and Bart Preneel and Alan Szepieniec and Frederik Vercauteren},
title = {{LUOV}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:MQDSS19,
author = {Simona Samardjiska and Ming-Shing Chen and Andreas Hulsing and Joost Rijneveld and Peter Schwabe},
title = {{MQDSS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:Picnic19,
author = {Greg Zaverucha and Melissa Chase and David Derler and Steven Goldfeder and Claudio Orlandi and Sebastian Ramacher and Christian Rechberger and Daniel Slamanig and Jonathan Katz and Xiao Wang and Vladmir Kolesnikov},
title = {{Picnic}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:qTESLA19,
author = {Nina Bindel and Sedat Akleylek and Erdem Alkim and Paulo S. L. M. Barreto and Johannes Buchmann and Edward Eaton and Gus Gutoski and Juliane Kramer and Patrick Longa and Harun Polat and Jefferson E. Ricardini and Gustavo Zanon},
title = {{qTESLA}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:Rainbow19,
author = {Jintai Ding and Ming-Shing Chen and Albrecht Petzoldt and Dieter Schmidt and Bo-Yin Yang},
title = {{Rainbow}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
@techreport{NISTPQC-R2:SPHINCS+19,
author = {Andreas H{\"u}lsing and Daniel J. Bernstein and Christoph Dobraunig and Maria Eichlseder and Scott Fluhrer and Stefan-Lukas Gazdag and Panos Kampanakis and Stefan K{\"o}lbl and Tanja Lange and Martin M. Lauridsen and Florian Mendel and Ruben Niederhagen and Christian Rechberger and Joost Rijneveld and Peter Schwabe and Jean-Philippe Aumasson},
title = {{SPHINCS\textsuperscript{+}}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2019,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-2-submissions}},
}
%------------------------------------------------------------------
% NIST PQC STANDARDIZATION ROUND 1
%------------------------------------------------------------------
@techreport{NISTPQC-R1:BIGQUAKE17,
author = {Alain Couvreur and Magali Bardet and Elise Barelli and Olivier Blazy and Rodolfo {Canto-Torres} and Philippe Gaborit and Ayoub Otmani and Nicolas Sendrier and Jean-Pierre Tillich},
title = {{BIG QUAKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:BIKE17,
author = {Nicolas Aragon and Paulo Barreto and Slim Bettaieb and Loic Bidoux and Olivier Blazy and Jean-Christophe Deneuville and Phillipe Gaborit and Shay Gueron and Tim Guneysu and Carlos {Aguilar-Melchor} and Rafael Misoczki and Edoardo Persichetti and Nicolas Sendrier and Jean-Pierre Tillich and Gilles Z{\'e}mor},
title = {{BIKE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:CFPKM17,
author = {Olive Chakraborty and Jean-Charles Faug{\`e}re and Ludovic Perret},
title = {{CFPKM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:ClassicMcEliece17,
author = {Daniel J. Bernstein and Tung Chou and Tanja Lange and Ingo von Maurich and Rafael Misoczki and Ruben Niederhagen and Edoardo Persichetti and Christiane Peters and Peter Schwabe and Nicolas Sendrier and Jakub Szefer and Wen Wang},
title = {{Classic McEliece}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:CompactLWE17,
author = {Dongxi Liu and Nan Li and Jongkil Kim and Surya Nepal},
title = {{Compact LWE}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:CRYSTALS-DILITHIUM17,
author = {Vadim Lyubashevsky and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Peter Schwabe and Gregor Seiler and Damien Stehl{\'e}},
title = {{CRYSTALS-DILITHIUM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:CRYSTALS-KYBER17,
author = {Peter Schwabe and Roberto Avanzi and Joppe Bos and L{\'e}o Ducas and Eike Kiltz and Tancr{\`e}de Lepoint and Vadim Lyubashevsky and John M. Schanck and Gregor Seiler and Damien Stehl{\'e}},
title = {{CRYSTALS-KYBER}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:DAGS17,
author = {Gustavo Banegas and Paolo S. L. M. Barreto and Brice Odilon Boidje and Pierre-Louis Cayrel and Gilbert Ndollane Dione and Kris Gaj and Cheikh Thiecoumba Gueye and Richard Haeussler and Jean Belo Klamti and Ousmane N'diaye and Duc Tri Nguyen and Edoardo Persichetti and Jefferson E. Ricardini},
title = {{DAGS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:DingKeyExchange17,
author = {Jintai Ding and Tsuyoshi Takagi and Xinwei Gao and Yuntao Wang},
title = {{Ding Key Exchange}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:DME17,
author = {Ignacio Luengo and Martin Avendano and Michael Marco},
title = {{DME}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:DRS17,
author = {Thomas Plantard and Arnaud Sipasseuth and Cedric Dumondelle and Willy Susilo},
title = {{DRS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:DualModeMS17,
author = {Jean-Charles Faug{\`e}re and Ludovic Perret and Jocelyn Ryckeghem},
title = {{DualModeMS}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:Edon-K17,
author = {Danilo Gligoroski and Kristian Gjosteen},
title = {{Edon-K}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:EMBLEMandR.EMBLEM17,
author = {Minhye Seo and Jong Hwan Park and Dong Hoon Lee and Suhri Kim and Seung-Joon Lee},
title = {{EMBLEM and R.EMBLEM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:FALCON17,
author = {Thomas Prest and Pierre-Alain Fouque and Jeffrey Hoffstein and Paul Kirchner and Vadim Lyubashevsky and Thomas Pornin and Thomas Ricosset and Gregor Seiler and William Whyte and Zhenfei Zhang},
title = {{FALCON}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}
@techreport{NISTPQC-R1:FrodoKEM17,
author = {Michael Naehrig and Erdem Alkim and Joppe Bos and L{\'e}o Ducas and Karen Easterbrook and Brian LaMacchia and Patrick Longa and Ilya Mironov and Valeria Nikolaenko and Christopher Peikert and Ananth Raghunathan and Douglas Stebila},
title = {{FrodoKEM}},
institution = {{N}ational {I}nstitute of {S}tandards and {T}echnology},
year = 2017,
note = {available at \url{https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/round-1-submissions}},
}