-
Notifications
You must be signed in to change notification settings - Fork 0
/
abbrev0.bib
8087 lines (8078 loc) · 408 KB
/
abbrev0.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
% File generated by "gen.py"
% DO NOT MODIFY MANUALLY
%------------------------------------------------------------------
% Authors:
% Michel Abdalla
% Fabrice Benhamouda
%
% Date:
% 2022-08-21
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Required files:
%
% 1) one of the following files:
% crypto.bib
% crypto_crossref.bib
% crypto_custom.bib
% 2) one of the following files:
% abbrev0.bib
% abbrev1.bib
% abbrev2.bib
% abbrev3.bib
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Labeling convention:
%
% Conference/Journal/Archive label + `:' +
% Author label +
% 2 last digits of publication year
%
% In case of collisions, add a different letter
% at the end of each label starting with `a'
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Conference labels:
%
% ACISP: ACISP
% ACM CCS: CCS
% ACNS: ACNS
% AFRICACRYPT: AFRICACRYPT
% ASIACCS: ASIACCS
% ASIACRYPT: AC
% CANS: CANS
% CHES: CHES
% COSADE: COSADE
% CQRE: CQRE
% CRYPTO: C
% CSF: CSF
% CT-RSA: RSA
% EPRINT: EPRINT
% ESORICS: ESORICS
% EUROCRYPT: EC
% FC: FC
% FCW: FCW
% FOCS: FOCS
% FSE: FSE
% ICALP: ICALP
% ICICS: ICICS
% ICISC: ICISC
% ICITS: ICITS
% IEEE SP: SP
% IMA: IMA
% INDOCRYPT: INDOCRYPT
% ISC: ISC
% ITC: ITC
% ITCS: ITCS
% IWSEC: IWSEC
% JC: JC
% JCEng: JCEng
% LATIN: LATIN
% LATINCRYPT: LC
% NDSS: NDSS
% PAIRING: PAIRING
% PETS: PETS
% PKC: PKC
% PODC: PODC
% PQCRYPTO: PQCRYPTO
% PROVSEC: PROVSEC
% PoPETS: PoPETS
% SAC: SAC
% SCN: SCN
% SODA: SODA
% STOC: STOC
% TCC: TCC
% TCHES: TCHES
% TRUSTBUS: TRUSTBUS
% ToSC: ToSC
% USENIX: USENIX
% VIETCRYPT: VIETCRYPT
% WISA: WISA
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Journal labels
%
% Journal of Crypto: JC
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Archive labels
%
% ePrint: EPRINT
%
%------------------------------------------------------------------
%------------------------------------------------------------------
% Author labels:
%
% - Single-author papers ==> Author's last name
% Example:
% author = "Adi Shamir" ==> Shamir
%
% - Papers with two or three authors ==> First 3 letters of each author's last name
% Examples:
% author = "Mihir Bellare and Phillip Rogaway" ==> BelRog
% author = "Michel Abdalla and Sara Miner and Chanathip Namprempre" ==> AbdMinNam
%
% - Papers with four or more authors ==> First letter of each author's last name (up to 6)
% Examples:
% author = "Kamel Bentahar and Pooya Farshim and John Malone-Lee and Nigel P. Smart" ==> BFMS
% author = "Don Coppersmith and Jean-Sebastien Coron and
% Fran\c{c}ois Grieu and Shai Halevi and
% Charanjit S. Jutla and David Naccache and
% Julien P. Stern" ==> CCGHJN
%
%------------------------------------------------------------------
@string{virtual = "Virtual Event"}
@string{acsac = "Annual Computer Security Applications Conference"}
@string{infocom = "{IEEE} {INFOCOM}"}
@string{globecom = "{IEEE} Global Telecommunication Conference"}
@string{spw = "Security Protocols Workshop"}
@string{acmtcs = "{ACM} Transactions on Computer Systems"}
@string{bltj = "Bell Labs Technical Journal"}
@string{pieee = "Proceedings of the {IEEE}"}
@string{sidm = "{SIAM} Journal on Discrete Math."}
@string{ieeetse = "{IEEE} Transactions on Software Engineering and Methodology"}
@string{tosem = ieeetse}
@string{ieeepc = "{IEEE} Personal Communications"}
@string{ieeecl = "{IEEE} Communications Letters"}
@string{ieeesoft = "{IEEE} Software"}
@string{orlet = "Operations Research Letters"}
@string{tcs = "Theoretical Computer Science"}
@string{siamdm = "{SIAM} Journal on Discrete Mathematics"}
@string{dm = "Discrete Mathematics"}
@string{ejor = "European Journal of Operational Research"}
@string{jise = "Journal of Information Science and Engineering"}
@string{ta = "To appear"}
@string{ieeecompsoc = "{IEEE} Computer Society"}
@string{ieee = {IEEE}}
@string{com = "{IEEE} Communications Magazine"}
@string{netmag = "{IEEE} Network Magazine"}
@string{net = netmag}
@string{isdn = "Computer Networks and {ISDN} Systems"}
@string{cacm = "Communications of the Association for Computing Machinery"}
@string{comrev = "{ACM} Computer Communication Review"}
@string{perscomm = "Personal Communication"}
@string{perf = "Performance Evaluation"}
@string{bell = "Bell Systems Technical Journal"}
@string{springer = "Springer, Heidelberg, Germany"}
@string{dagstuhl = "Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik"}
@string{degruyter = "De Gruyter"}
@string{plenumpress = "Plenum Press, New York, USA"}
@string{ucsb-ece = "U.C. Santa Barbara, Dept. of Elec. and Computer Eng."}
@string{sigcomm = "Proceedings of {ACM} {SIGCOMM}"}
@string{struct = "Proceedings of Structures in Complexity Theory"}
@string{siamjc = "{SIAM} Journal on Computing"}
@string{sicomp = siamjc}
@string{transcomp = "{IEEE} Transactions on Computer"}
@string{tcomm = "{IEEE} Transactions on Communications"}
@string{transcom = tcomm}
@string{ieeetcs = "{IEEE} Transactions on Circuits and Systems"}
@string{ton = "{IEEE/ACM} Transactions on Networking"}
@string{netw = ton}
@string{acmtiss = "{ACM} Transactions on Information and System Security"}
@string{acmosr = "{ACM SIGOPS} Operating Systems Review"}
@string{jcryptoeng = "Journal of Cryptographic Engineering"}
@string{jcrypto = "Journal of Cryptology"}
@string{jcrypt = jcrypto}
@string{infth = "{IEEE} Transactions on Information Theory"}
@string{jacm = "Journal of the {ACM}"}
@string{jcss = "Journal of Computer and System Sciences"}
@string{ijns = "International Journal of Network Security"}
@string{ijwmc = "International Journal of Wireless and Mobile Computing"}
@string{ipl = "Information Processing Letters"}
@string{ieeetpds = "{IEEE} Transactions on Parallel and Distributed Systems"}
@string{acm = "Association for Computing Machinery"}
@string{dcca = "Conference on Dependable Computing for Critical Applications (DCCA)"}
@string{toplas = "{ACM} Transactions on Programming Languages and Systems"}
@string{jsac = "{IEEE} Journal on Selected Areas in Communications"}
@string{mylncs = "Lecture Notes in Computer Science"}
@string{myisc = "Information Security and Cryptography"}
@string{mylipics = "{LIPIcs}"}
@string{acispname = "Australasian Conference on Information Security and Privacy"}
@string{acisppub = springer}
@string{acisp96 = "ACISP96"}
@string{acisp96key = "ACISP 1996"}
@string{acisp96name = "ACISP 96: 1st " # acispname}
@string{acisp96ed = "Josef Pieprzyk and Jennifer Seberry"}
@string{acisp96vol = "1172"}
@string{acisp96addr = "Wollongong, NSW, Australia"}
@string{acisp96month = jun # "~24--26,"}
@string{acisp97 = "ACISP97"}
@string{acisp97key = "ACISP 1997"}
@string{acisp97name = "ACISP 97: 2nd " # acispname}
@string{acisp97ed = "Vijay Varadharajan and Josef Pieprzyk and Yi Mu"}
@string{acisp97vol = "1270"}
@string{acisp97addr = "Sydney, NSW, Australia"}
@string{acisp97month = jul # "~7--9,"}
@string{acisp98 = "ACISP98"}
@string{acisp98key = "ACISP 1998"}
@string{acisp98name = "ACISP 98: 3rd " # acispname}
@string{acisp98ed = "Colin Boyd and Ed Dawson"}
@string{acisp98vol = "1438"}
@string{acisp98addr = "Brisbane, Queensland, Australia"}
@string{acisp98month = jul}
@string{acisp99 = "ACISP99"}
@string{acisp99key = "ACISP 1999"}
@string{acisp99name = "ACISP 99: 4th " # acispname}
@string{acisp99ed = "Josef Pieprzyk and Reihaneh Safavi-Naini and Jennifer Seberry"}
@string{acisp99vol = "1587"}
@string{acisp99addr = "Wollongong, NSW, Australia"}
@string{acisp99month = apr # "~7--9,"}
@string{acisp00 = "ACISP00"}
@string{acisp00key = "ACISP 2000"}
@string{acisp00name = "ACISP 00: 5th " # acispname}
@string{acisp00ed = "Ed Dawson and Andrew Clark and Colin Boyd"}
@string{acisp00vol = "1841"}
@string{acisp00addr = "Brisbane, Queensland, Australia"}
@string{acisp00month = jul # "~10--12,"}
@string{acisp01 = "ACISP01"}
@string{acisp01key = "ACISP 2001"}
@string{acisp01name = "ACISP 01: 6th " # acispname}
@string{acisp01ed = "Vijay Varadharajan and Yi Mu"}
@string{acisp01vol = "2119"}
@string{acisp01addr = "Sydney, NSW, Australia"}
@string{acisp01month = jul # "~2--4,"}
@string{acisp02 = "ACISP02"}
@string{acisp02key = "ACISP 2002"}
@string{acisp02name = "ACISP 02: 7th " # acispname}
@string{acisp02ed = "Lynn Margaret Batten and Jennifer Seberry"}
@string{acisp02vol = "2384"}
@string{acisp02addr = "Melbourne, Victoria, Australia"}
@string{acisp02month = jul # "~3--5,"}
@string{acisp03 = "ACISP03"}
@string{acisp03key = "ACISP 2003"}
@string{acisp03name = "ACISP 03: 8th " # acispname}
@string{acisp03ed = "Reihaneh Safavi-Naini and Jennifer Seberry"}
@string{acisp03vol = "2727"}
@string{acisp03addr = "Wollongong, NSW, Australia"}
@string{acisp03month = jul # "~9--11,"}
@string{acisp04 = "ACISP04"}
@string{acisp04key = "ACISP 2004"}
@string{acisp04name = "ACISP 04: 9th " # acispname}
@string{acisp04ed = "Huaxiong Wang and Josef Pieprzyk and Vijay Varadharajan"}
@string{acisp04vol = "3108"}
@string{acisp04addr = "Sydney, NSW, Australia"}
@string{acisp04month = jul # "~13--15,"}
@string{acisp05 = "ACISP05"}
@string{acisp05key = "ACISP 2005"}
@string{acisp05name = "ACISP 05: 10th " # acispname}
@string{acisp05ed = "Colin Boyd and Juan Manuel Gonz{\'a}lez Nieto"}
@string{acisp05vol = "3574"}
@string{acisp05addr = "Brisbane, Queensland, Australia"}
@string{acisp05month = jul # "~4--6,"}
@string{acisp06 = "ACISP06"}
@string{acisp06key = "ACISP 2006"}
@string{acisp06name = "ACISP 06: 11th " # acispname}
@string{acisp06ed = "Lynn Margaret Batten and Reihaneh Safavi-Naini"}
@string{acisp06vol = "4058"}
@string{acisp06addr = "Melbourne, Australia"}
@string{acisp06month = jul # "~3--5,"}
@string{acisp07 = "ACISP07"}
@string{acisp07key = "ACISP 2007"}
@string{acisp07name = "ACISP 07: 12th " # acispname}
@string{acisp07ed = "Josef Pieprzyk and Hossein Ghodosi and Ed Dawson"}
@string{acisp07vol = "4586"}
@string{acisp07addr = "Townsville, Australia"}
@string{acisp07month = jul # "~2--4,"}
@string{acisp08 = "ACISP08"}
@string{acisp08key = "ACISP 2008"}
@string{acisp08name = "ACISP 08: 13th " # acispname}
@string{acisp08ed = "Yi Mu and Willy Susilo and Jennifer Seberry"}
@string{acisp08vol = "5107"}
@string{acisp08addr = "Wollongong, Australia"}
@string{acisp08month = jul # "~7--9,"}
@string{acisp09 = "ACISP09"}
@string{acisp09key = "ACISP 2009"}
@string{acisp09name = "ACISP 09: 14th " # acispname}
@string{acisp09ed = "Colin Boyd and Juan Manuel Gonz{\'a}lez Nieto"}
@string{acisp09vol = "5594"}
@string{acisp09addr = "Brisbane, Australia"}
@string{acisp09month = jul # "~1--3,"}
@string{acisp10 = "ACISP10"}
@string{acisp10key = "ACISP 2010"}
@string{acisp10name = "ACISP 10: 15th " # acispname}
@string{acisp10ed = "Ron Steinfeld and Philip Hawkes"}
@string{acisp10vol = "6168"}
@string{acisp10addr = "Sydney, NSW, Australia"}
@string{acisp10month = jul # "~5--7,"}
@string{acisp11 = "ACISP11"}
@string{acisp11key = "ACISP 2011"}
@string{acisp11name = "ACISP 11: 16th " # acispname}
@string{acisp11ed = "Udaya Parampalli and Philip Hawkes"}
@string{acisp11vol = "6812"}
@string{acisp11addr = "Melbourne, Australia"}
@string{acisp11month = jul # "~11--13,"}
@string{acisp12 = "ACISP12"}
@string{acisp12key = "ACISP 2012"}
@string{acisp12name = "ACISP 12: 17th " # acispname}
@string{acisp12ed = "Willy Susilo and Yi Mu and Jennifer Seberry"}
@string{acisp12vol = "7372"}
@string{acisp12addr = "Wollongong, NSW, Australia"}
@string{acisp12month = jul # "~9--11,"}
@string{acisp13 = "ACISP13"}
@string{acisp13key = "ACISP 2013"}
@string{acisp13name = "ACISP 13: 18th " # acispname}
@string{acisp13ed = "Colin Boyd and Leonie Simpson"}
@string{acisp13vol = "7959"}
@string{acisp13addr = "Brisbane, Australia"}
@string{acisp13month = jul # "~1--3,"}
@string{acisp14 = "ACISP14"}
@string{acisp14key = "ACISP 2014"}
@string{acisp14name = "ACISP 14: 19th " # acispname}
@string{acisp14ed = "Willy Susilo and Yi Mu"}
@string{acisp14vol = "8544"}
@string{acisp14addr = "Wollongong, NSW, Australia"}
@string{acisp14month = jul # "~7--9,"}
@string{acisp15 = "ACISP15"}
@string{acisp15key = "ACISP 2015"}
@string{acisp15name = "ACISP 15: 20th " # acispname}
@string{acisp15ed = "Ernest Foo and Douglas Stebila"}
@string{acisp15vol = "9144"}
@string{acisp15addr = "Brisbane, QLD, Australia"}
@string{acisp15month = jun # "~29~--~" # jul # "~1,"}
@string{acisp16-1 = "ACISP16-1"}
@string{acisp16-2 = "ACISP16-2"}
@string{acisp16key1 = "ACISP 2016, Part~I"}
@string{acisp16key2 = "ACISP 2016, Part~II"}
@string{acisp16name1 = "ACISP 16: 21st " # acispname # ", Part~I"}
@string{acisp16name2 = "ACISP 16: 21st " # acispname # ", Part~II"}
@string{acisp16ed = "Joseph K. Liu and Ron Steinfeld"}
@string{acisp16vol1 = "9722"}
@string{acisp16vol2 = "9723"}
@string{acisp16addr = "Melbourne, VIC, Australia"}
@string{acisp16month = jul # "~4--6,"}
@string{acisp17-1 = "ACISP17-1"}
@string{acisp17-2 = "ACISP17-2"}
@string{acisp17key1 = "ACISP 2017, Part~I"}
@string{acisp17key2 = "ACISP 2017, Part~II"}
@string{acisp17name1 = "ACISP 17: 22nd " # acispname # ", Part~I"}
@string{acisp17name2 = "ACISP 17: 22nd " # acispname # ", Part~II"}
@string{acisp17ed = "Josef Pieprzyk and Suriadi Suriadi"}
@string{acisp17vol1 = "10342"}
@string{acisp17vol2 = "10343"}
@string{acisp17addr = "Auckland, New Zealand"}
@string{acisp17month = jul # "~3--5,"}
@string{acisp18 = "ACISP18"}
@string{acisp18key = "ACISP 2018"}
@string{acisp18name = "ACISP 18: 23rd " # acispname}
@string{acisp18ed = "Willy Susilo and Guomin Yang"}
@string{acisp18vol = "10946"}
@string{acisp18addr = "Wollongong, NSW, Australia"}
@string{acisp18month = jul # "~11--13,"}
@string{acisp19 = "ACISP19"}
@string{acisp19key = "ACISP 2019"}
@string{acisp19name = "ACISP 19: 24th " # acispname}
@string{acisp19ed = "Julian Jang-Jaccard and Fuchun Guo"}
@string{acisp19vol = "11547"}
@string{acisp19addr = "Christchurch, New Zealand"}
@string{acisp19month = jul # "~3--5,"}
@string{acisp20 = "ACISP20"}
@string{acisp20key = "ACISP 2020"}
@string{acisp20name = "ACISP 20: 25th " # acispname}
@string{acisp20ed = "Joseph K. Liu and Hui Cui"}
@string{acisp20vol = "12248"}
@string{acisp20addr = "Perth, WA, Australia"}
@string{acisp20month = nov # "~30~--~" # dec # "~2,"}
@string{acisp21 = "ACISP21"}
@string{acisp21key = "ACISP 2021"}
@string{acisp21name = "ACISP 21: 26th " # acispname}
@string{acisp21ed = "Joonsang Baek and Sushmita Ruj"}
@string{acisp21vol = "13083"}
@string{acisp21addr = "Virtual Event"}
@string{acisp21month = dec # "~1--3,"}
@string{acisp22 = "ACISP22"}
@string{acisp22key = "ACISP 2022"}
@string{acisp22name = "ACISP 22: 27th " # acispname}
@string{acisp22ed = ""}
@string{acisp22vol = ""}
@string{acisp22addr = ""}
@string{acisp22month = dec # "~1--3,"}
@string{acisp23 = "ACISP23"}
@string{acisp23key = "ACISP 2023"}
@string{acisp23name = "ACISP 23: 28th " # acispname}
@string{acisp23ed = ""}
@string{acisp23vol = ""}
@string{acisp23addr = ""}
@string{acisp23month = dec # "~1--3,"}
@string{acisp24 = "ACISP24"}
@string{acisp24key = "ACISP 2024"}
@string{acisp24name = "ACISP 24: 29th " # acispname}
@string{acisp24ed = ""}
@string{acisp24vol = ""}
@string{acisp24addr = ""}
@string{acisp24month = dec # "~1--3,"}
@string{acisp25 = "ACISP25"}
@string{acisp25key = "ACISP 2025"}
@string{acisp25name = "ACISP 25: 30th " # acispname}
@string{acisp25ed = ""}
@string{acisp25vol = ""}
@string{acisp25addr = ""}
@string{acisp25month = dec # "~1--3,"}
@string{ccsname = "Conference on Computer and Communications Security"}
@string{ccspub = "{ACM} Press"}
@string{ccs93 = "CCS93"}
@string{ccs93key = "ACM CCS 1993"}
@string{ccs93name = "ACM CCS 93: 1st " # ccsname}
@string{ccs93ed = "Dorothy E. Denning and Raymond Pyle and Ravi Ganesan and Ravi S. Sandhu and Victoria Ashby"}
@string{ccs93addr = "Fairfax, Virginia, USA"}
@string{ccs93month = nov # "~3--5,"}
@string{ccs94 = "CCS94"}
@string{ccs94key = "ACM CCS 1994"}
@string{ccs94name = "ACM CCS 94: 2nd " # ccsname}
@string{ccs94ed = "Dorothy E. Denning and Raymond Pyle and Ravi Ganesan and Ravi S. Sandhu"}
@string{ccs94addr = "Fairfax, Virginia, USA"}
@string{ccs94month = nov # "~2--4,"}
@string{ccs96 = "CCS96"}
@string{ccs96key = "ACM CCS 1996"}
@string{ccs96name = "ACM CCS 96: 3rd " # ccsname}
@string{ccs96ed = "Li Gong and Jacques Stern"}
@string{ccs96addr = "New Delhi, India"}
@string{ccs96month = mar # "~14--15,"}
@string{ccs97 = "CCS97"}
@string{ccs97key = "ACM CCS 1997"}
@string{ccs97name = "ACM CCS 97: 4th " # ccsname}
@string{ccs97ed = "Richard Graveman and Philippe A. Janson and Clifford Neuman and Li Gong"}
@string{ccs97addr = "Zurich, Switzerland"}
@string{ccs97month = apr # "~1--4,"}
@string{ccs98 = "CCS98"}
@string{ccs98key = "ACM CCS 1998"}
@string{ccs98name = "ACM CCS 98: 5th " # ccsname}
@string{ccs98ed = "Li Gong and Michael K. Reiter"}
@string{ccs98addr = "San Francisco, CA, USA"}
@string{ccs98month = nov # "~2--5,"}
@string{ccs99 = "CCS99"}
@string{ccs99key = "ACM CCS 1999"}
@string{ccs99name = "ACM CCS 99: 6th " # ccsname}
@string{ccs99ed = "Juzar Motiwalla and Gene Tsudik"}
@string{ccs99addr = "Singapore"}
@string{ccs99month = nov # "~1--4,"}
@string{ccs00 = "CCS00"}
@string{ccs00key = "ACM CCS 2000"}
@string{ccs00name = "ACM CCS 2000: 7th " # ccsname}
@string{ccs00ed = "Dimitris Gritzalis and Sushil Jajodia and Pierangela Samarati"}
@string{ccs00addr = "Athens, Greece"}
@string{ccs00month = nov # "~1--4,"}
@string{ccs01 = "CCS01"}
@string{ccs01key = "ACM CCS 2001"}
@string{ccs01name = "ACM CCS 2001: 8th " # ccsname}
@string{ccs01ed = "Michael K. Reiter and Pierangela Samarati"}
@string{ccs01addr = "Philadelphia, PA, USA"}
@string{ccs01month = nov # "~5--8,"}
@string{ccs02 = "CCS02"}
@string{ccs02key = "ACM CCS 2002"}
@string{ccs02name = "ACM CCS 2002: 9th " # ccsname}
@string{ccs02ed = "Vijayalakshmi Atluri"}
@string{ccs02addr = "Washington, DC, USA"}
@string{ccs02month = nov # "~18--22,"}
@string{ccs03 = "CCS03"}
@string{ccs03key = "ACM CCS 2003"}
@string{ccs03name = "ACM CCS 2003: 10th " # ccsname}
@string{ccs03ed = "Sushil Jajodia and Vijayalakshmi Atluri and Trent Jaeger"}
@string{ccs03addr = "Washington, DC, USA"}
@string{ccs03month = oct # "~27--30,"}
@string{ccs04 = "CCS04"}
@string{ccs04key = "ACM CCS 2004"}
@string{ccs04name = "ACM CCS 2004: 11th " # ccsname}
@string{ccs04ed = "Vijayalakshmi Atluri and Birgit Pfitzmann and Patrick McDaniel"}
@string{ccs04addr = "Washington, DC, USA"}
@string{ccs04month = oct # "~25--29,"}
@string{ccs05 = "CCS05"}
@string{ccs05key = "ACM CCS 2005"}
@string{ccs05name = "ACM CCS 2005: 12th " # ccsname}
@string{ccs05ed = "Vijayalakshmi Atluri and Catherine Meadows and Ari Juels"}
@string{ccs05addr = "Alexandria, Virginia, USA"}
@string{ccs05month = nov # "~7--11,"}
@string{ccs06 = "CCS06"}
@string{ccs06key = "ACM CCS 2006"}
@string{ccs06name = "ACM CCS 2006: 13th " # ccsname}
@string{ccs06ed = "Ari Juels and Rebecca N. Wright and Sabrina {De Capitani di Vimercati}"}
@string{ccs06addr = "Alexandria, Virginia, USA"}
@string{ccs06month = oct # "~30~--~" # nov # "~3,"}
@string{ccs07 = "CCS07"}
@string{ccs07key = "ACM CCS 2007"}
@string{ccs07name = "ACM CCS 2007: 14th " # ccsname}
@string{ccs07ed = "Peng Ning and Sabrina {De Capitani di Vimercati} and Paul F. Syverson"}
@string{ccs07addr = "Alexandria, Virginia, USA"}
@string{ccs07month = oct # "~28--31,"}
@string{ccs08 = "CCS08"}
@string{ccs08key = "ACM CCS 2008"}
@string{ccs08name = "ACM CCS 2008: 15th " # ccsname}
@string{ccs08ed = "Peng Ning and Paul F. Syverson and Somesh Jha"}
@string{ccs08addr = "Alexandria, Virginia, USA"}
@string{ccs08month = oct # "~27--31,"}
@string{ccs09 = "CCS09"}
@string{ccs09key = "ACM CCS 2009"}
@string{ccs09name = "ACM CCS 2009: 16th " # ccsname}
@string{ccs09ed = "Ehab {Al-Shaer} and Somesh Jha and Angelos D. Keromytis"}
@string{ccs09addr = "Chicago, Illinois, USA"}
@string{ccs09month = nov # "~9--13,"}
@string{ccs10 = "CCS10"}
@string{ccs10key = "ACM CCS 2010"}
@string{ccs10name = "ACM CCS 2010: 17th " # ccsname}
@string{ccs10ed = "Ehab {Al-Shaer} and Angelos D. Keromytis and Vitaly Shmatikov"}
@string{ccs10addr = "Chicago, Illinois, USA"}
@string{ccs10month = oct # "~4--8,"}
@string{ccs11 = "CCS11"}
@string{ccs11key = "ACM CCS 2011"}
@string{ccs11name = "ACM CCS 2011: 18th " # ccsname}
@string{ccs11ed = "Yan Chen and George Danezis and Vitaly Shmatikov"}
@string{ccs11addr = "Chicago, Illinois, USA"}
@string{ccs11month = oct # "~17--21,"}
@string{ccs12 = "CCS12"}
@string{ccs12key = "ACM CCS 2012"}
@string{ccs12name = "ACM CCS 2012: 19th " # ccsname}
@string{ccs12ed = "Ting Yu and George Danezis and Virgil D. Gligor"}
@string{ccs12addr = "Raleigh, NC, USA"}
@string{ccs12month = oct # "~16--18,"}
@string{ccs13 = "CCS13"}
@string{ccs13key = "ACM CCS 2013"}
@string{ccs13name = "ACM CCS 2013: 20th " # ccsname}
@string{ccs13ed = "Ahmad-Reza Sadeghi and Virgil D. Gligor and Moti Yung"}
@string{ccs13addr = "Berlin, Germany"}
@string{ccs13month = nov # "~4--8,"}
@string{ccs14 = "CCS14"}
@string{ccs14key = "ACM CCS 2014"}
@string{ccs14name = "ACM CCS 2014: 21st " # ccsname}
@string{ccs14ed = "Gail-Joon Ahn and Moti Yung and Ninghui Li"}
@string{ccs14addr = "Scottsdale, AZ, USA"}
@string{ccs14month = nov # "~3--7,"}
@string{ccs15 = "CCS15"}
@string{ccs15key = "ACM CCS 2015"}
@string{ccs15name = "ACM CCS 2015: 22nd " # ccsname}
@string{ccs15ed = "Indrajit Ray and Ninghui Li and Christopher Kruegel"}
@string{ccs15addr = "Denver, CO, USA"}
@string{ccs15month = oct # "~12--16,"}
@string{ccs16 = "CCS16"}
@string{ccs16key = "ACM CCS 2016"}
@string{ccs16name = "ACM CCS 2016: 23rd " # ccsname}
@string{ccs16ed = "Edgar R. Weippl and Stefan Katzenbeisser and Christopher Kruegel and Andrew C. Myers and Shai Halevi"}
@string{ccs16addr = "Vienna, Austria"}
@string{ccs16month = oct # "~24--28,"}
@string{ccs17 = "CCS17"}
@string{ccs17key = "ACM CCS 2017"}
@string{ccs17name = "ACM CCS 2017: 24th " # ccsname}
@string{ccs17ed = "Bhavani M. Thuraisingham and David Evans and Tal Malkin and Dongyan Xu"}
@string{ccs17addr = "Dallas, TX, USA"}
@string{ccs17month = oct # "~31~--~" # nov # "~2,"}
@string{ccs18 = "CCS18"}
@string{ccs18key = "ACM CCS 2018"}
@string{ccs18name = "ACM CCS 2018: 25th " # ccsname}
@string{ccs18ed = "David Lie and Mohammad Mannan and Michael Backes and XiaoFeng Wang"}
@string{ccs18addr = "Toronto, ON, Canada"}
@string{ccs18month = oct # "~15--19,"}
@string{ccs19 = "CCS19"}
@string{ccs19key = "ACM CCS 2019"}
@string{ccs19name = "ACM CCS 2019: 26th " # ccsname}
@string{ccs19ed = "Lorenzo Cavallaro and Johannes Kinder and XiaoFeng Wang and Jonathan Katz"}
@string{ccs19addr = "London, UK"}
@string{ccs19month = nov # "~11--15,"}
@string{ccs20 = "CCS20"}
@string{ccs20key = "ACM CCS 2020"}
@string{ccs20name = "ACM CCS 2020: 27th " # ccsname}
@string{ccs20ed = "Jay Ligatti and Xinming Ou and Jonathan Katz and Giovanni Vigna"}
@string{ccs20addr = "Virtual Event, USA"}
@string{ccs20month = nov # "~9--13,"}
@string{ccs21 = "CCS21"}
@string{ccs21key = "ACM CCS 2021"}
@string{ccs21name = "ACM CCS 2021: 28th " # ccsname}
@string{ccs21ed = "Giovanni Vigna and Elaine Shi"}
@string{ccs21addr = "Virtual Event, Republic of Korea"}
@string{ccs21month = nov # "~15--19,"}
@string{acnsname = "International Conference on Applied Cryptography and Network Security"}
@string{acnspub = springer}
@string{acns03 = "ACNS03"}
@string{acns03key = "ACNS 2003"}
@string{acns03name = "ACNS 03: 1st " # acnsname}
@string{acns03ed = "Jianying Zhou and Moti Yung and Yongfei Han"}
@string{acns03vol = "2846"}
@string{acns03addr = "Kunming, China"}
@string{acns03month = oct # "~16--19,"}
@string{acns04 = "ACNS04"}
@string{acns04key = "ACNS 2004"}
@string{acns04name = "ACNS 04: 2nd " # acnsname}
@string{acns04ed = "Markus Jakobsson and Moti Yung and Jianying Zhou"}
@string{acns04vol = "3089"}
@string{acns04addr = "Yellow Mountain, China"}
@string{acns04month = jun # "~8--11,"}
@string{acns05 = "ACNS05"}
@string{acns05key = "ACNS 2005"}
@string{acns05name = "ACNS 05: 3rd " # acnsname}
@string{acns05ed = "John Ioannidis and Angelos Keromytis and Moti Yung"}
@string{acns05vol = "3531"}
@string{acns05addr = "New York, NY, USA"}
@string{acns05month = jun # "~7--10,"}
@string{acns06 = "ACNS06"}
@string{acns06key = "ACNS 2006"}
@string{acns06name = "ACNS 06: 4th " # acnsname}
@string{acns06ed = "Jianying Zhou and Moti Yung and Feng Bao"}
@string{acns06vol = "3989"}
@string{acns06addr = "Singapore"}
@string{acns06month = jun # "~6--9,"}
@string{acns07 = "ACNS07"}
@string{acns07key = "ACNS 2007"}
@string{acns07name = "ACNS 07: 5th " # acnsname}
@string{acns07ed = "Jonathan Katz and Moti Yung"}
@string{acns07vol = "4521"}
@string{acns07addr = "Zhuhai, China"}
@string{acns07month = jun # "~5--8,"}
@string{acns08 = "ACNS08"}
@string{acns08key = "ACNS 2008"}
@string{acns08name = "ACNS 08: 6th " # acnsname}
@string{acns08ed = "Steven M. Bellovin and Rosario Gennaro and Angelos D. Keromytis and Moti Yung"}
@string{acns08vol = "5037"}
@string{acns08addr = "New York, NY, USA"}
@string{acns08month = jun # "~3--6,"}
@string{acns09 = "ACNS09"}
@string{acns09key = "ACNS 2009"}
@string{acns09name = "ACNS 09: 7th " # acnsname}
@string{acns09ed = "Michel Abdalla and David Pointcheval and Pierre-Alain Fouque and Damien Vergnaud"}
@string{acns09vol = "5536"}
@string{acns09addr = "Paris-Rocquencourt, France"}
@string{acns09month = jun # "~2--5,"}
@string{acns10 = "ACNS10"}
@string{acns10key = "ACNS 2010"}
@string{acns10name = "ACNS 10: 8th " # acnsname}
@string{acns10ed = "Jianying Zhou and Moti Yung"}
@string{acns10vol = "6123"}
@string{acns10addr = "Beijing, China"}
@string{acns10month = jun # "~22--25,"}
@string{acns11 = "ACNS11"}
@string{acns11key = "ACNS 2011"}
@string{acns11name = "ACNS 11: 9th " # acnsname}
@string{acns11ed = "Javier Lopez and Gene Tsudik"}
@string{acns11vol = "6715"}
@string{acns11addr = "Nerja, Spain"}
@string{acns11month = jun # "~7--10,"}
@string{acns12 = "ACNS12"}
@string{acns12key = "ACNS 2012"}
@string{acns12name = "ACNS 12: 10th " # acnsname}
@string{acns12ed = "Feng Bao and Pierangela Samarati and Jianying Zhou"}
@string{acns12vol = "7341"}
@string{acns12addr = "Singapore"}
@string{acns12month = jun # "~26--29,"}
@string{acns13 = "ACNS13"}
@string{acns13key = "ACNS 2013"}
@string{acns13name = "ACNS 13: 11th " # acnsname}
@string{acns13ed = "Michael J. {Jacobson Jr.} and Michael E. Locasto and Payman Mohassel and Reihaneh Safavi-Naini"}
@string{acns13vol = "7954"}
@string{acns13addr = "Banff, AB, Canada"}
@string{acns13month = jun # "~25--28,"}
@string{acns14 = "ACNS14"}
@string{acns14key = "ACNS 2014"}
@string{acns14name = "ACNS 14: 12th " # acnsname}
@string{acns14ed = "Ioana Boureanu and Philippe Owesarski and Serge Vaudenay"}
@string{acns14vol = "8479"}
@string{acns14addr = "Lausanne, Switzerland"}
@string{acns14month = jun # "~10--13,"}
@string{acns15 = "ACNS15"}
@string{acns15key = "ACNS 2015"}
@string{acns15name = "ACNS 15: 13th " # acnsname}
@string{acns15ed = "Tal Malkin and Vladimir Kolesnikov and Allison Bishop Lewko and Michalis Polychronakis"}
@string{acns15vol = "9092"}
@string{acns15addr = "New York, NY, USA"}
@string{acns15month = jun # "~2--5,"}
@string{acns16 = "ACNS16"}
@string{acns16key = "ACNS 2016"}
@string{acns16name = "ACNS 16: 14th " # acnsname}
@string{acns16ed = "Mark Manulis and Ahmad-Reza Sadeghi and Steve Schneider"}
@string{acns16vol = "9696"}
@string{acns16addr = "Guildford, UK"}
@string{acns16month = jun # "~19--22,"}
@string{acns17 = "ACNS17"}
@string{acns17key = "ACNS 2017"}
@string{acns17name = "ACNS 17: 15th " # acnsname}
@string{acns17ed = "Dieter Gollmann and Atsuko Miyaji and Hiroaki Kikuchi"}
@string{acns17vol = "10355"}
@string{acns17addr = "Kanazawa, Japan"}
@string{acns17month = jul # "~10--12,"}
@string{acns18 = "ACNS18"}
@string{acns18key = "ACNS 2018"}
@string{acns18name = "ACNS 18: 16th " # acnsname}
@string{acns18ed = "Bart Preneel and Frederik Vercauteren"}
@string{acns18vol = "10892"}
@string{acns18addr = "Leuven, Belgium"}
@string{acns18month = jul # "~2--4,"}
@string{acns19 = "ACNS19"}
@string{acns19key = "ACNS 2019"}
@string{acns19name = "ACNS 19: 17th " # acnsname}
@string{acns19ed = "Robert H. Deng and Val{\'e}rie {Gauthier-Uma{\~n}a} and Mart{\'i}n Ochoa and Moti Yung"}
@string{acns19vol = "11464"}
@string{acns19addr = "Bogota, Colombia"}
@string{acns19month = jun # "~5--7,"}
@string{acns20-1 = "ACNS20-1"}
@string{acns20-2 = "ACNS20-2"}
@string{acns20key1 = "ACNS 2020, Part~I"}
@string{acns20key2 = "ACNS 2020, Part~II"}
@string{acns20name1 = "ACNS 20: 18th " # acnsname # ", Part~I"}
@string{acns20name2 = "ACNS 20: 18th " # acnsname # ", Part~II"}
@string{acns20ed = "Mauro Conti and Jianying Zhou and Emiliano Casalicchio and Angelo Spognardi"}
@string{acns20vol1 = "12146"}
@string{acns20vol2 = "12147"}
@string{acns20addr = "Rome, Italy"}
@string{acns20month = oct # "~19--22,"}
@string{acns21-1 = "ACNS21-1"}
@string{acns21-2 = "ACNS21-2"}
@string{acns21key1 = "ACNS 2021, Part~I"}
@string{acns21key2 = "ACNS 2021, Part~II"}
@string{acns21name1 = "ACNS 21: 19th " # acnsname # ", Part~I"}
@string{acns21name2 = "ACNS 21: 19th " # acnsname # ", Part~II"}
@string{acns21ed = "Kazue Sako and Nils Ole Tippenhauer"}
@string{acns21vol1 = "12726"}
@string{acns21vol2 = "12727"}
@string{acns21addr = "Kamakura, Japan"}
@string{acns21month = jun # "~21--24,"}
@string{acns22-1 = "ACNS22-1"}
@string{acns22-2 = "ACNS22-2"}
@string{acns22key1 = "ACNS 2022, Part~I"}
@string{acns22key2 = "ACNS 2022, Part~II"}
@string{acns22name1 = "ACNS 22: 20th " # acnsname # ", Part~I"}
@string{acns22name2 = "ACNS 22: 20th " # acnsname # ", Part~II"}
@string{acns22ed = ""}
@string{acns22vol1 = ""}
@string{acns22vol2 = ""}
@string{acns22addr = ""}
@string{acns22month = jun # "~21--24,"}
@string{acns23-1 = "ACNS23-1"}
@string{acns23-2 = "ACNS23-2"}
@string{acns23key1 = "ACNS 2023, Part~I"}
@string{acns23key2 = "ACNS 2023, Part~II"}
@string{acns23name1 = "ACNS 23: 21st " # acnsname # ", Part~I"}
@string{acns23name2 = "ACNS 23: 21st " # acnsname # ", Part~II"}
@string{acns23ed = ""}
@string{acns23vol1 = ""}
@string{acns23vol2 = ""}
@string{acns23addr = ""}
@string{acns23month = jun # "~21--24,"}
@string{acns24-1 = "ACNS24-1"}
@string{acns24-2 = "ACNS24-2"}
@string{acns24key1 = "ACNS 2024, Part~I"}
@string{acns24key2 = "ACNS 2024, Part~II"}
@string{acns24name1 = "ACNS 24: 22nd " # acnsname # ", Part~I"}
@string{acns24name2 = "ACNS 24: 22nd " # acnsname # ", Part~II"}
@string{acns24ed = ""}
@string{acns24vol1 = ""}
@string{acns24vol2 = ""}
@string{acns24addr = ""}
@string{acns24month = jun # "~21--24,"}
@string{acns25-1 = "ACNS25-1"}
@string{acns25-2 = "ACNS25-2"}
@string{acns25key1 = "ACNS 2025, Part~I"}
@string{acns25key2 = "ACNS 2025, Part~II"}
@string{acns25name1 = "ACNS 25: 23rd " # acnsname # ", Part~I"}
@string{acns25name2 = "ACNS 25: 23rd " # acnsname # ", Part~II"}
@string{acns25ed = ""}
@string{acns25vol1 = ""}
@string{acns25vol2 = ""}
@string{acns25addr = ""}
@string{acns25month = jun # "~21--24,"}
@string{africacryptname = "International Conference on Cryptology in Africa"}
@string{africacryptpub = springer}
@string{africacrypt08 = "AFRICACRYPT08"}
@string{africacrypt08key = "AFRICACRYPT 2008"}
@string{africacrypt08name = "AFRICACRYPT 08: 1st " # africacryptname}
@string{africacrypt08ed = "Serge Vaudenay"}
@string{africacrypt08vol = "5023"}
@string{africacrypt08addr = "Casablanca, Morocco"}
@string{africacrypt08month = jun # "~11--14,"}
@string{africacrypt09 = "AFRICACRYPT09"}
@string{africacrypt09key = "AFRICACRYPT 2009"}
@string{africacrypt09name = "AFRICACRYPT 09: 2nd " # africacryptname}
@string{africacrypt09ed = "Bart Preneel"}
@string{africacrypt09vol = "5580"}
@string{africacrypt09addr = "Gammarth, Tunisia"}
@string{africacrypt09month = jun # "~21--25,"}
@string{africacrypt10 = "AFRICACRYPT10"}
@string{africacrypt10key = "AFRICACRYPT 2010"}
@string{africacrypt10name = "AFRICACRYPT 10: 3rd " # africacryptname}
@string{africacrypt10ed = "Daniel J. Bernstein and Tanja Lange"}
@string{africacrypt10vol = "6055"}
@string{africacrypt10addr = "Stellenbosch, South Africa"}
@string{africacrypt10month = may # "~3--6,"}
@string{africacrypt11 = "AFRICACRYPT11"}
@string{africacrypt11key = "AFRICACRYPT 2011"}
@string{africacrypt11name = "AFRICACRYPT 11: 4th " # africacryptname}
@string{africacrypt11ed = "Abderrahmane Nitaj and David Pointcheval"}
@string{africacrypt11vol = "6737"}
@string{africacrypt11addr = "Dakar, Senegal"}
@string{africacrypt11month = jul # "~5--7,"}
@string{africacrypt12 = "AFRICACRYPT12"}
@string{africacrypt12key = "AFRICACRYPT 2012"}
@string{africacrypt12name = "AFRICACRYPT 12: 5th " # africacryptname}
@string{africacrypt12ed = "Aikaterini Mitrokotsa and Serge Vaudenay"}
@string{africacrypt12vol = "7374"}
@string{africacrypt12addr = "Ifrance, Morocco"}
@string{africacrypt12month = jul # "~10--12,"}
@string{africacrypt13 = "AFRICACRYPT13"}
@string{africacrypt13key = "AFRICACRYPT 2013"}
@string{africacrypt13name = "AFRICACRYPT 13: 6th " # africacryptname}
@string{africacrypt13ed = "Amr Youssef and Abderrahmane Nitaj and Aboul Ella Hassanien"}
@string{africacrypt13vol = "7918"}
@string{africacrypt13addr = "Cairo, Egypt"}
@string{africacrypt13month = jun # "~22--24,"}
@string{africacrypt14 = "AFRICACRYPT14"}
@string{africacrypt14key = "AFRICACRYPT 2014"}
@string{africacrypt14name = "AFRICACRYPT 14: 7th " # africacryptname}
@string{africacrypt14ed = "David Pointcheval and Damien Vergnaud"}
@string{africacrypt14vol = "8469"}
@string{africacrypt14addr = "Marrakesh, Morocco"}
@string{africacrypt14month = may # "~28--30,"}
@string{africacrypt16 = "AFRICACRYPT16"}
@string{africacrypt16key = "AFRICACRYPT 2016"}
@string{africacrypt16name = "AFRICACRYPT 16: 8th " # africacryptname}
@string{africacrypt16ed = "David Pointcheval and Abderrahmane Nitaj and Tajjeeddine Rachidi"}
@string{africacrypt16vol = "9646"}
@string{africacrypt16addr = "Fes, Morocco"}
@string{africacrypt16month = apr # "~13--15,"}
@string{africacrypt17 = "AFRICACRYPT17"}
@string{africacrypt17key = "AFRICACRYPT 2017"}
@string{africacrypt17name = "AFRICACRYPT 17: 9th " # africacryptname}
@string{africacrypt17ed = "Marc Joye and Abderrahmane Nitaj"}
@string{africacrypt17vol = "10239"}
@string{africacrypt17addr = "Dakar, Senegal"}
@string{africacrypt17month = may # "~24--26,"}
@string{africacrypt18 = "AFRICACRYPT18"}
@string{africacrypt18key = "AFRICACRYPT 2018"}
@string{africacrypt18name = "AFRICACRYPT 18: 10th " # africacryptname}
@string{africacrypt18ed = "Antoine Joux and Abderrahmane Nitaj and Tajjeeddine Rachidi"}
@string{africacrypt18vol = "10831"}
@string{africacrypt18addr = "Marrakesh, Morocco"}
@string{africacrypt18month = may # "~7--9,"}
@string{africacrypt19 = "AFRICACRYPT19"}
@string{africacrypt19key = "AFRICACRYPT 2019"}
@string{africacrypt19name = "AFRICACRYPT 19: 11th " # africacryptname}
@string{africacrypt19ed = "Johannes Buchmann and Abderrahmane Nitaj and Tajje-eddine Rachidi"}
@string{africacrypt19vol = "11627"}
@string{africacrypt19addr = "Rabat, Morocco"}
@string{africacrypt19month = jul # "~9--11,"}
@string{africacrypt20 = "AFRICACRYPT20"}
@string{africacrypt20key = "AFRICACRYPT 2020"}
@string{africacrypt20name = "AFRICACRYPT 20: 12th " # africacryptname}
@string{africacrypt20ed = "Abderrahmane Nitaj and Amr M. Youssef"}
@string{africacrypt20vol = "12174"}
@string{africacrypt20addr = "Cairo, Egypt"}
@string{africacrypt20month = jul # "~20--22,"}
@string{asiaccsname = "ACM Symposium on Information, Computer and Communications Security"}
@string{asiaccspub = "{ACM} Press"}
@string{asiaccs06 = "ASIACCS06"}
@string{asiaccs06key = "ASIACCS 2006"}
@string{asiaccs06name = "ASIACCS 06: 1st " # asiaccsname}
@string{asiaccs06ed = "Ferng-Ching Lin and Der-Tsai Lee and Bao-Shuh Lin and Shiuhpyng Shieh and Sushil Jajodia"}
@string{asiaccs06addr = "Taipei, Taiwan"}
@string{asiaccs06month = mar # "~21--24,"}
@string{asiaccs07 = "ASIACCS07"}
@string{asiaccs07key = "ASIACCS 2007"}
@string{asiaccs07name = "ASIACCS 07: 2nd " # asiaccsname}
@string{asiaccs07ed = "Feng Bao and Steven Miller"}
@string{asiaccs07addr = "Singapore"}
@string{asiaccs07month = mar # "~20--22,"}
@string{asiaccs08 = "ASIACCS08"}
@string{asiaccs08key = "ASIACCS 2008"}
@string{asiaccs08name = "ASIACCS 08: 3rd " # asiaccsname}
@string{asiaccs08ed = "Masayuki Abe and Virgil Gligor"}
@string{asiaccs08addr = "Tokyo, Japan"}
@string{asiaccs08month = mar # "~18--20,"}
@string{asiaccs09 = "ASIACCS09"}
@string{asiaccs09key = "ASIACCS 2009"}
@string{asiaccs09name = "ASIACCS 09: 4th " # asiaccsname}
@string{asiaccs09ed = "Wanqing Li and Willy Susilo and Udaya Kiran Tupakula and Reihaneh Safavi-Naini and Vijay Varadharajan"}
@string{asiaccs09addr = "Sydney, Australia"}
@string{asiaccs09month = mar # "~10--12,"}
@string{asiaccs10 = "ASIACCS10"}
@string{asiaccs10key = "ASIACCS 2010"}
@string{asiaccs10name = "ASIACCS 10: 5th " # asiaccsname}
@string{asiaccs10ed = "Dengguo Feng and David A. Basin and Peng Liu"}
@string{asiaccs10addr = "Beijing, China"}
@string{asiaccs10month = apr # "~13--16,"}
@string{asiaccs11 = "ASIACCS11"}
@string{asiaccs11key = "ASIACCS 2011"}
@string{asiaccs11name = "ASIACCS 11: 6th " # asiaccsname}
@string{asiaccs11ed = "Bruce S. N. Cheung and Lucas Chi Kwong Hui and Ravi S. Sandhu and Duncan S. Wong"}
@string{asiaccs11addr = "Hong Kong, China"}
@string{asiaccs11month = mar # "~22--24,"}
@string{asiaccs12 = "ASIACCS12"}
@string{asiaccs12key = "ASIACCS 2012"}
@string{asiaccs12name = "ASIACCS 12: 7th " # asiaccsname}
@string{asiaccs12ed = "Heung Youl Youm and Yoojae Won"}
@string{asiaccs12addr = "Seoul, Korea"}
@string{asiaccs12month = may # "~2--4,"}
@string{asiaccs13 = "ASIACCS13"}
@string{asiaccs13key = "ASIACCS 2013"}
@string{asiaccs13name = "ASIACCS 13: 8th " # asiaccsname}
@string{asiaccs13ed = "Kefei Chen and Qi Xie and Weidong Qiu and Ninghui Li and Wen-Guey Tzeng"}
@string{asiaccs13addr = "Hangzhou, China"}
@string{asiaccs13month = may # "~8--10,"}
@string{asiaccs14 = "ASIACCS14"}
@string{asiaccs14key = "ASIACCS 2014"}
@string{asiaccs14name = "ASIACCS 14: 9th " # asiaccsname}
@string{asiaccs14ed = "Shiho Moriai and Trent Jaeger and Kouichi Sakurai"}
@string{asiaccs14addr = "Kyoto, Japan"}
@string{asiaccs14month = jun # "~3--6,"}
@string{asiaccs15 = "ASIACCS15"}
@string{asiaccs15key = "ASIACCS 2015"}
@string{asiaccs15name = "ASIACCS 15: 10th " # asiaccsname}
@string{asiaccs15ed = "Feng Bao and Steven Miller and Jianying Zhou and Gail-Joon Ahn"}
@string{asiaccs15addr = "Singapore"}
@string{asiaccs15month = apr # "~14--17,"}
@string{asiaccs16 = "ASIACCS16"}
@string{asiaccs16key = "ASIACCS 2016"}
@string{asiaccs16name = "ASIACCS 16: 11th " # asiaccsname}
@string{asiaccs16ed = "Xiaofeng Chen and XiaoFeng Wang and Xinyi Huang"}
@string{asiaccs16addr = "Xi'an, China"}
@string{asiaccs16month = may # "~30~--~" # jun # "~3,"}
@string{asiaccs17 = "ASIACCS17"}
@string{asiaccs17key = "ASIACCS 2017"}
@string{asiaccs17name = "ASIACCS 17: 12th " # asiaccsname}
@string{asiaccs17ed = "Ramesh Karri and Ozgur Sinanoglu and Ahmad-Reza Sadeghi and Xun Yi"}
@string{asiaccs17addr = "Abu Dhabi, United Arab Emirates"}
@string{asiaccs17month = apr # "~2--6,"}
@string{asiaccs18 = "ASIACCS18"}
@string{asiaccs18key = "ASIACCS 2018"}
@string{asiaccs18name = "ASIACCS 18: 13th " # asiaccsname}
@string{asiaccs18ed = "Jong Kim and Gail-Joon Ahn and Seungjoo Kim and Yongdae Kim and Javier L{\'o}pez and Taesoo Kim"}
@string{asiaccs18addr = "Incheon, Republic of Korea"}
@string{asiaccs18month = apr # "~2--6,"}
@string{asiaccs19 = "ASIACCS19"}
@string{asiaccs19key = "ASIACCS 2019"}
@string{asiaccs19name = "ASIACCS 19: 14th " # asiaccsname}
@string{asiaccs19ed = "Steven D. Galbraith and Giovanni Russello and Willy Susilo and Dieter Gollmann and Engin Kirda and Zhenkai Liang"}
@string{asiaccs19addr = "Auckland, New Zealand"}
@string{asiaccs19month = jul # "~9--12,"}
@string{asiaccs20 = "ASIACCS20"}
@string{asiaccs20key = "ASIACCS 2020"}
@string{asiaccs20name = "ASIACCS 20: 15th " # asiaccsname}
@string{asiaccs20ed = "Hung-Min Sun and Shiuh-Pyng Shieh and Guofei Gu and Giuseppe Ateniese"}
@string{asiaccs20addr = "Taipei, Taiwan"}
@string{asiaccs20month = oct # "~5--9,"}
@string{asiaccs21 = "ASIACCS21"}
@string{asiaccs21key = "ASIACCS 2021"}
@string{asiaccs21name = "ASIACCS 21: 16th " # asiaccsname}
@string{asiaccs21ed = "Jiannong Cao and Man Ho Au and Zhiqiang Lin and Moti Yung"}
@string{asiaccs21addr = "Virtual Event, Hong Kong"}
@string{asiaccs21month = jun # "~7--11,"}
@string{asiaccs22 = "ASIACCS22"}
@string{asiaccs22key = "ASIACCS 2022"}
@string{asiaccs22name = "ASIACCS 22: 17th " # asiaccsname}
@string{asiaccs22ed = "Yuji Suga and Kouichi Sakurai and Xuhua Ding and Kazue Sako"}
@string{asiaccs22addr = "Nagasaki, Japan"}
@string{asiaccs22month = may # "~30~--~" # jun # "~3,"}
@string{asiaccs23 = "ASIACCS23"}
@string{asiaccs23key = "ASIACCS 2023"}
@string{asiaccs23name = "ASIACCS 23: 18th " # asiaccsname}
@string{asiaccs23ed = ""}
@string{asiaccs23addr = ""}
@string{asiaccs23month = jun # "~7--11,"}
@string{asiaccs24 = "ASIACCS24"}
@string{asiaccs24key = "ASIACCS 2024"}
@string{asiaccs24name = "ASIACCS 24: 19th " # asiaccsname}
@string{asiaccs24ed = ""}
@string{asiaccs24addr = ""}
@string{asiaccs24month = jun # "~7--11,"}
@string{asiaccs25 = "ASIACCS25"}
@string{asiaccs25key = "ASIACCS 2025"}
@string{asiaccs25name = "ASIACCS 25: 20th " # asiaccsname}
@string{asiaccs25ed = ""}
@string{asiaccs25addr = ""}
@string{asiaccs25month = jun # "~7--11,"}
@string{asiacryptname = "Advances in Cryptology -- {ASIACRYPT}"}
@string{auscryptname = "Advances in Cryptology -- {AUSCRYPT}"}
@string{asiacryptpub = springer}
@string{asiacrypt90 = "AC90"}
@string{asiacrypt90key = "AUSCRYPT 1990"}
@string{asiacrypt90name = auscryptname # "'90"}
@string{asiacrypt90ed = "Jennifer Seberry and Josef Pieprzyk"}
@string{asiacrypt90vol = "453"}
@string{asiacrypt90addr = "Sydney, Australia"}
@string{asiacrypt90month = jan # "~8--11,"}
@string{asiacrypt91 = "AC91"}
@string{asiacrypt91key = "ASIACRYPT 1991"}