-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecbib.bib
12733 lines (11449 loc) · 374 KB
/
secbib.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
@Misc{ howareco45:online,
author = {},
title = {How are consistent read and write operations handled? |
Apache Cassandra 3.0},
howpublished = {\url{https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlAboutDataConsistency.html#dmlAboutDataConsistency__eventual-consistency}},
year = {2019},
month = {},
note = {(Accessed on 02/12/2019)}
}
@Misc{ tbtc,
author = {},
title = {{tBTC:} A Decentralized Redeemable {BTC}-backed {ERC-20}
Token},
howpublished = {\url{https://docs.keep.network/tbtc/}},
year = {2020},
month = {},
note = {(Accessed on 10/16/2020)}
}
@InCollection{ abe:2001:mixnets-permnets,
author = {Abe, Masayuki and Hoshino, Fumitaka},
title = {Remarks on Mix-Network Based on Permutation Networks},
booktitle = {Public Key Cryptography},
publisher = {Springer Berlin Heidelberg},
year = {2001},
volume = {1992},
series = {Lecture Notes in Computer Science},
pages = {317--324},
isbn = {978-3-540-41658-6}
}
@InCollection{ abe:1998:verifiable-mixnets,
author = {Abe, Masayuki},
title = {Universally verifiable mix-net with verification work
independent of the number of mix-servers},
booktitle = {Advances in Cryptology -- EUROCRYPT'98},
publisher = {Springer Berlin Heidelberg},
year = {1998},
volume = {1403},
series = {Lecture Notes in Computer Science},
pages = {437--447},
isbn = {978-3-540-64518-4}
}
@InCollection{ abe:1999:mixnets-permnets,
author = {Abe, Masayuki},
title = {Mix-Networks on Permutation Networks},
booktitle = {Advances in Cryptology -- ASIACRYPT'99},
publisher = {Springer Berlin Heidelberg},
year = {1999},
volume = {1716},
series = {Lecture Notes in Computer Science},
pages = {258--273},
isbn = {978-3-540-66666-0}
}
@InProceedings{ aaabmp,
author = {I. Abraham and B. Awerbuch and Y. Azar and Y. Bartal and
D. Malkhi and E. Pavlov},
title = {A Generic Scheme for Building Overlay Networks in
Adversarial Scenarios},
booktitle = {Proceedings of the International Parallel and Distributed
Processing Symposium (IPDPS)},
year = {2003}
}
@Conference{ abraham2006distributed,
author = {Abraham, I. and Dolev, D. and Gonen, R. and Halpern, J.},
title = {Distributed computing meets game theory: robust mechanisms
for rational secret sharing and multiparty computation},
booktitle = {Proceedings of the twenty-fifth annual ACM symposium on
Principles of distributed computing},
year = {2006},
pages = {53--62},
organization = {ACM},
isbn = {1595933840}
}
@InProceedings{ abraham,
author = {Ittai Abraham and Danny Dolev and Joseph Y. Halpern},
title = {An almost-surely terminating polynomial protocol for
asynchronous {B}yzantine agreement with optimal
resilience},
booktitle = {PODC},
year = {2008},
pages = {405--414}
}
@Conference{ abraham2008lower,
author = {Abraham, I. and Dolev, D. and Halpern, J.Y.},
title = {Lower bounds on implementing robust and resilient
mediators},
booktitle = {Proceedings of the 5th conference on Theory of
cryptography},
year = {2008},
pages = {302--319},
organization = {Springer-Verlag},
isbn = {354078523X}
}
@InProceedings{ abraham2013distributed,
author = {Abraham, Ittai and Dolev, Danny and Halpern, Joseph Y},
title = {Distributed protocols for leader election: A
game-theoretic perspective},
booktitle = {International Symposium on Distributed Computing},
year = {2013},
pages = {61--75},
organization = {Springer}
}
@InProceedings{ solida:2017:opodis,
author = {Ittai Abraham and Dahlia Malkhi and Kartik Nayak and Ling
Ren and Alexander Spiegelman},
title = {Solida: A Blockchain Protocol Based on Reconfigurable
Byzantine Consensus},
booktitle = {Proceedings of the 21st International Conference on
Principles of Distributed Systems},
year = {2017},
series = {OPODIS '17}
}
@Misc{ synchotstuff,
author = {Ittai Abraham and Dahlia Malkhi and Kartik Nayak and Ling
Ren and Maofan Yin},
title = {Sync HotStuff: Simple and Practical Synchronous State
Machine Replication},
howpublished = {Cryptology ePrint Archive, Report 2019/270},
year = {2019},
note = {\url{https://eprint.iacr.org/2019/270}}
}
@Conference{ abraham2005name,
author = {Abraham, I. and Malkhi, D.},
title = {Name independent routing for growth bounded networks},
booktitle = {Proceedings of the seventeenth annual ACM symposium on
Parallelism in algorithms and architectures},
year = {2005},
pages = {55},
organization = {ACM}
}
@Book{ abramowitz:1974:hmf:1098650,
author = {Abramowitz, Milton},
title = {Handbook of Mathematical Functions, With Formulas, Graphs,
and Mathematical Tables,},
publisher = {Dover Publications, Incorporated},
year = {1974},
isbn = {0486612724}
}
@InProceedings{ amp,
author = {Zooe Abrams and Robert McGrew and Serge Plotkin},
title = {Keeping Peers Honest in EigenTrust},
booktitle = {2nd Workshop on the Economics of Peer-to-Peer Systems},
year = {2004},
url = {citeseer.ist.psu.edu/article/abrams04keeping.html}
}
@Misc{ sidechains:2014,
author = {Adam Back, Matt Corallo, Luke Dashjr, Mark Friedenbach,
Gregory Maxwell, Andrew Miller, Andrew Poelstra, Jorge
Timon, and Pieter Wuille},
title = {Enabling Blockchain Innovations with Pegged Sidechains},
year = {2014},
note = {https://www.blockstream.com/sidechains.pdf}
}
@Misc{ ah,
author = {E. Adar and B. Huberman},
title = {Free riding on gnutella},
year = {2000},
text = {Eytan Adar and Bernardo A. Huberman. Free riding on
gnutella. Technical report, Xerox PARC, 10 Aug. 2000.},
url = {citeseer.nj.nec.com/adar00free.html}
}
@InProceedings{ adida:2007:sp:1760749.1760789,
author = {Adida, Ben and Wikstr\"{o}m, Douglas},
title = {How to Shuffle in Public},
booktitle = {Proceedings of the 4th Conference on Theory of
Cryptography},
year = {2007},
series = {TCC'07},
pages = {555--574},
publisher = {Springer-Verlag},
isbn = {978-3-540-70935-0},
location = {Amsterdam, The Netherlands},
numpages = {20}
}
@InProceedings{ adya,
author = {A. Adya and W. J. Bolosky and M. Castro and G. Cermak and
R. Chaiken and J. R. Douceur and J. Howell and J. R. Lorch
and M. Theimer and R. P. Wattenhofer},
title = {FARSITE: Federated, Available, and Reliable Storage for an
Incompletely Trusted Environment},
booktitle = {Proceedings of the 5th Annual Symposium on Operating
Systems Design and Implementation (OSDI)},
year = {2002}
}
@Article{ agbaria2003overcoming,
author = {Agbaria, A. and Friedman, R.},
title = {Overcoming {B}yzantine Failures Using Checkpointing},
journal = {University of Illinois at Urbana-Champaign Coordinated
Science Laboratory technical report no. UILU-ENG-03-2228
(CRHC-03-14)},
year = {2003},
publisher = {Citeseer}
}
@InProceedings{ aggarwal2004secure,
author = {Aggarwal, G. and Mishra, N. and Pinkas, B.},
title = {Secure computation of the k th-ranked element},
booktitle = {Advances in Cryptology -- EUROCRYPT 2004},
year = {2004},
pages = {40--55},
organization = {Springer}
}
@InProceedings{ vonahn03,
author = {von Ahn, Luis and Bortz, Andrew and Hopper, Nicholas J.},
title = {$k$-anonymous message transmission},
booktitle = {Proceedings of the 10th ACM Conference on Computer and
Communications Security},
year = {2003},
series = {CCS '03},
pages = {122--130},
publisher = {ACM},
isbn = {1-58113-738-9},
location = {Washington D.C., USA},
numpages = {9}
}
@InProceedings{ ahn:2003:captcha,
author = {Ahn, Luis Von and Blum, Manuel and Hopper, Nicholas J. and
Langford, John},
title = {CAPTCHA: Using Hard AI Problems for Security},
booktitle = {Proceedings of the 22Nd International Conference on Theory
and Applications of Cryptographic Techniques},
year = {2003},
series = {EUROCRYPT'03},
pages = {294--311},
publisher = {Springer-Verlag},
isbn = {3-540-14039-5},
location = {Warsaw, Poland},
numpages = {18},
url = {http://dl.acm.org/citation.cfm?id=1766171.1766196}
}
@Article{ aiyer2005bar,
author = {Aiyer, A.S. and Alvisi, L. and Clement, A. and Dahlin, M.
and Martin, J.P. and Porth, C.},
title = {BAR fault tolerance for cooperative services},
journal = {ACM SIGOPS Operating Systems Review},
year = {2005},
volume = {39},
number = {5},
pages = {45--58},
publisher = {Association for Computing Machinery, Inc, One Astor Plaza,
1515 Broadway, New York, NY, 10036-5701, USA,}
}
@InProceedings{ ajtai:1983:sn:800061.808726,
author = {Ajtai, M. and Koml\'{o}s, J. and Szemer{\'e}di, E.},
title = {An $0(n\log{n})$ sorting network},
booktitle = {Proceedings of STOC'83},
year = {1983},
series = {},
pages = {1--9},
publisher = {ACM},
isbn = {0-89791-099-0},
numpages = {9}
}
@Article{ ajtai:1983:scl:61981.61982,
author = {Ajtai, M. and Koml\'{o}s, J. and Szemer{\'e}di, E.},
title = {Sorting in $c\log{n}$ parallel steps},
journal = {Combinatorica},
year = {1983},
volume = {3},
number = {1},
pages = {1--19},
month = jan,
issn = {0209-9683},
issue_date = {Jan. 1983},
numpages = {19},
publisher = {Springer-Verlag New York, Inc.}
}
@Article{ al2017chainspace,
author = {Al-Bassam, Mustafa and Sonnino, Alberto and Bano, Shehar
and Hrycyszyn, Dave and Danezis, George},
title = {Chainspace: A sharded smart contracts platform},
journal = {arXiv preprint arXiv:1708.03778},
year = {2017}
}
@InProceedings{ hawk,
author = {A. Kosba et al.},
title = {Hawk: The Blockchain Model of Cryptography and
Privacy-Preserving Smart Contracts},
booktitle = {SP},
year = {2016}
}
@Article{ permacoin,
author = {A. Miller et al.},
title = {Permacoin: Repurposing {B}itcoin work for long-term data
preservation},
journal = {IEEE Security and Privacy},
year = {2014}
}
@Misc{ safe-contract,
author = {D. Delmolino et al.},
title = {Step by Step Towards Creating a Safe Smart Contract:
Lessons and Insights from a Cryptocurrency Lab},
howpublished = {Cryptology ePrint Archive, Report 2015/460},
year = {2015},
note = {\url{http://eprint.iacr.org/}}
}
@Misc{ town-criers,
author = {F. Zhang et al.},
title = {Town Crier: An Authenticated Data Feed for Smart
Contracts},
howpublished = {Cryptology ePrint Archive, Report 2016/168},
year = {2016},
note = {\url{http://eprint.iacr.org/}}
}
@InProceedings{ megastore,
author = {J. Baker et al.},
title = {Megastore: Providing Scalable, Highly Available Storage
for Interactive Services},
booktitle = {CIDR},
year = 2011,
pages = {223--234}
}
@Article{ spanner,
author = {J. C. Corbett et al.},
title = {Spanner: Google's Globally Distributed Database},
journal = {ACM Trans. Comput. Syst.},
year = {2013},
month = {aug},
publisher = {ACM}
}
@InProceedings{ alon2000ida,
author = {Noga Alon and Haim Kaplan and Michael Krivelevich and
Dahlia Malkhi and Julien Stern},
title = {Scalable Secure Storage when Half the System is Faulty},
booktitle = {Proceedings of the 27th International Colloquium on
Automata, Languages and Programming},
year = {2000}
}
@Article{ alon2004ida,
author = {Alon, Noga and Kaplan, Haim and Krivelevich, Michael and
Malkhi, Dahlia and Stern, JP},
title = {Addendum to scalable secure storage when half the system
is faulty},
journal = {Information and Computation},
year = {2004}
}
@Article{ ak02,
author = {Noga Alon and Michael Krivelevich},
title = {Testing k-colorability},
journal = {SIAM Journal on Discrete Mathematics},
year = {2002},
volume = {15},
number = {2},
pages = {211--227}
}
@Article{ as08,
author = {Noga Alon and Asaf Shapira},
title = {Every Monotone Graph Property Is Testable},
journal = {SIAM Journal on Computing},
year = {2008},
volume = {38},
number = {2},
pages = {505--522},
url = {http://dx.doi.org/10.1137/050633445}
}
@Book{ as-prob,
author = {Noga Alon and Joel Spencer},
title = {The Probabilistic Method, 2nd Edition},
publisher = {John Wiley $\&$ Sons},
year = {2000}
}
@InProceedings{ alon:coin,
author = {Noga Alon},
title = {Coin-Flipping Games Immune Against Linear-Sized
Coalition},
booktitle = {Proceedings of the Thirty-First IEEE Foundations of
Computer Science (FOCS)},
year = {1990}
}
@Conference{ amir2006scaling,
author = {Amir, Y. and Danilov, C. and Dolev, D. and Kirsch, J. and
Lane, J. and Nita-Rotaru, C. and Olsen, J. and Zage, D.},
title = {Scaling {B}yzantine fault-tolerant replication to wide
area networks},
booktitle = {Proc. Int. Conf. on Dependable Systems and Networks},
year = {2006},
pages = {105--114},
organization = {Citeseer}
}
@Article{ anderson2002worldwide,
author = {Anderson, DP and Kubiatowicz, J.},
title = {The worldwide computer},
journal = {Scientific American},
year = {2002},
volume = {286},
number = {3},
pages = {28--35}
}
@InProceedings{ ahhhkssw,
author = {Eric Anderson and Joe Hall and Jason Hartline and Michael
Hobbes and Anna Karlin and Jared Saia and Ram Swaminathan
and John Wilkes},
title = {An Experimental Study of Data Migration Algorithms},
booktitle = {Workshop on Algorithm Engineering},
year = {2001}
}
@Article{ am,
author = {Ross Anderson and Tyler Moore},
title = {The Economics of Information Security},
journal = {Science},
year = {2006},
volume = {314},
number = {5799},
pages = {610--613}
}
@InProceedings{ am2,
author = {Ross Anderson and Tyler Moore},
title = {Information Security Economics - and Beyond},
booktitle = {CRYPTO},
year = {2007},
pages = {68--91}
}
@InProceedings{ anderson01,
author = {Ross J. Anderson},
title = {Why Information Security is Hard-An Economic Perspective},
booktitle = {ACSAC},
year = {2001},
pages = {358--365},
crossref = {DBLP:conf/acsac/2001},
ee = {http://csdl.computer.org/comp/proceedings/acsac/2001/1405/00/14050358abs.htm}
}
@Misc{ paytoscripthash,
author = {Gavin Andresen},
title = {Pay to Script Hash},
howpublished = {Bitcoin Improvement Proposal (BIP16)
\url{https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki}},
year = {2012},
month = {1}
}
@Misc{ gavin-blocksize,
author = {Gavin Andresen},
title = {Why increasing the max block size is urgent},
howpublished = {\url{http://gavinandresen.ninja/why-increasing-the-max-block-size-is-urgent}},
year = {2015},
month = {May}
}
@InProceedings{ eval-user-privacy,
author = {Elli Androulaki and Ghassan Karame and Marc Roeschlin and
Tobias Scherer and Srdjan Capkun},
title = {Evaluating User Privacy in {B}itcoin},
booktitle = {Financial Cryptography and Data Security - 17th
International Conference, {FC} 2013, Okinawa, Japan, April
1-5, 2013, Revised Selected Papers},
year = {2013},
pages = {34--51},
url = {http://dx.doi.org/10.1007/978-3-642-39884-1_4}
}
@InProceedings{ androulaki2013evaluating,
author = {Androulaki, Elli and Karame, Ghassan O and Roeschlin, Marc
and Scherer, Tobias and Capkun, Srdjan},
title = {Evaluating User Privacy in {B}itcoin},
booktitle = {Proceedings of Financial Cryptography},
year = 2013
}
@InProceedings{ bitcoin-smc,
author = {Andrychowicz, M. and Dziembowski, S. and Malinowski, D.
and Mazurek, L.},
title = {Secure Multiparty Computations on {B}itcoin},
booktitle = {SP},
year = {2014},
pages = {443--458}
}
@InBook{ andrychowicz2015,
author = {Andrychowicz, Marcin and Dziembowski, Stefan},
editor = {Gennaro, Rosario and Robshaw, Matthew},
title = {PoW-Based Distributed Cryptography with No Trusted Setup},
pages = {379--399},
publisher = {Springer Berlin Heidelberg},
year = {2015},
booktitle = {Advances in Cryptology -- CRYPTO 2015: 35th Annual
Cryptology Conference, Santa Barbara, CA, USA, August
16-20, 2015, Proceedings, Part II},
isbn = {978-3-662-48000-7},
url = {https://doi.org/10.1007/978-3-662-48000-7_19}
}
@InProceedings{ 203628,
author = {Manos Antonakakis and Tim April and Michael Bailey and
Matt Bernhard and Elie Bursztein and Jaime Cochran and
Zakir Durumeric and J. Alex Halderman and Luca Invernizzi
and Michalis Kallitsis and Deepak Kumar and Chaz Lever and
Zane Ma and Joshua Mason and Damian Menscher and Chad
Seaman and Nick Sullivan and Kurt Thomas and Yi Zhou},
title = {Understanding the Mirai Botnet},
booktitle = {26th {USENIX} Security Symposium ({USENIX} Security 17)},
year = {2017},
pages = {1093--1110},
publisher = {{USENIX} Association},
isbn = {978-1-931971-40-9}
}
@Article{ hijacking-bitcoin,
author = {Maria Apostolaki and Aviv Zohar and Laurent Vanbever},
title = {Hijacking Bitcoin: Large-scale Network Attacks on
Cryptocurrencies},
journal = {To appear at IEEE Security and Privacy},
year = {2017},
url = {http://arxiv.org/abs/1605.07524}
}
@Article{ applebaum2010secrecy,
author = {Applebaum, B. and Ishai, Y. and Kushilevitz, E.},
title = {From secrecy to soundness: efficient verification via
secure computation},
journal = {Automata, Languages and Programming},
year = {2010},
pages = {152--163},
publisher = {Springer}
}
@Article{ arthur,
author = {Brian Arthur},
title = {Bounded Rationality and Inductive Behavior (the El Farol
Problem)},
journal = {American Economic Review},
year = {1994},
volume = {84},
pages = {406--411}
}
@InCollection{ asharov:2012:tfhe,
author = {Asharov, Gilad and Jain, Abhishek and L\'{o}pez-Alt,
Adriana and Tromer, Eran and Vaikuntanathan, Vinod and
Wichs, Daniel},
title = {Multiparty Computation with Low Communication, Computation
and Interaction via Threshold {FHE}},
booktitle = {Advances in Cryptology -- EUROCRYPT 2012},
publisher = {Springer Berlin Heidelberg},
year = {2012},
volume = {7237},
series = {Lecture Notes in Computer Science},
pages = {483--501},
isbn = {978-3-642-29010-7}
}
@Misc{ cryptoeprint:2011:136,
author = {Gilad Asharov and Yehuda Lindell},
title = {A Full Proof of the {BGW} Protocol for Perfectly-Secure
Multiparty Computation},
howpublished = {Cryptology ePrint Archive, Report 2011/136},
year = {2011}
}
@InProceedings{ amt,
author = {Itai Ashlagi and Dov Monderer and Moshe Tennenholtz},
title = {Mediators in Position Auctions},
booktitle = {Proceedings of the ACM Conference on Electronic
Commerce(EC)},
year = {2007}
}
@Article{ acy,
author = {J. Aspnes and K. Chang and A. Yampolskiy},
title = {Inoculation strategies for victims of viruses and the
sum-of-squares partition problem},
journal = {Journal of Computer and System Science},
year = {2006},
volume = {72},
number = {6},
pages = {1077--1093}
}
@InProceedings{ aspnes:1991:cnm:103418.103421,
author = {Aspnes, James and Herlihy, Maurice and Shavit, Nir},
title = {Counting networks and multi-processor coordination},
booktitle = {Proceedings of STOC'91},
year = {1991},
pages = {348--358},
publisher = {ACM},
isbn = {0-89791-397-3},
location = {},
numpages = {11}
}
@Article{ aspnes:1994:cn:185675.185815,
author = {Aspnes, James and Herlihy, Maurice and Shavit, Nir},
title = {Counting networks},
journal = {J. ACM},
year = {1994},
volume = {41},
number = {5},
pages = {1020--1048},
month = sep,
issn = {0004-5411},
issue_date = {Sept. 1994},
numpages = {29},
publisher = {ACM}
}
@Article{ aspnes2005exposing,
author = {Aspnes, James and Jackson, Collin and Krishnamurthy,
Arvind},
title = {Exposing computationally-challenged Byzantine impostors},
journal = {Department of Computer Science, Yale University, New
Haven, CT, Tech. Rep},
year = {2005}
}
@InProceedings{ ars,
author = {J. Aspnes and N. Rustagi and J. Saia},
title = {Worm versus alert: Who wins in a battle for control of a
large-scale network?},
year = {2007},
note = {International Conference of Principles of Distributed
Systems (OPODIS)}
}
@InProceedings{ as,
author = {James Aspnes and Gauri Shah},
title = {Skip Graphs},
booktitle = {Fourteenth Annual ACM-SIAM Symposium on Discrete
Algorithms},
year = {2003},
pages = {384--393}
}
@InProceedings{ aspnesw2005expansion,
author = {James Aspnes and Udi Wieder},
title = {The expansion and mixing time of skip graphs with
applications},
booktitle = {Seventeenth Annual ACM Symposium on Parallelism in
Algorithms and Architectures (SPAA)},
year = {2005},
pages = {126--134},
month = jul
}
@Article{ aspnes,
author = {James Aspnes},
title = {Lower Bounds for Distributed Coin-Flipping and Randomized
Consensus},
journal = {J. ACM},
year = {1998},
volume = {45},
number = {3},
pages = {415--450}
}
@Article{ aspnes:upper,
author = {J. Aspnes},
title = {Randomized Protocols for Asynchronous Consensus},
journal = {Distributed Computing},
year = {2003},
volume = {16},
pages = {165--175},
numbers = {2--3}
}
@Misc{ aste:2016:bitcoincost,
author = {Tomaso Aste},
title = {The Fair Cost of {Bitcoin} Proof of Work, Available at
{SSRN}: \url{https://ssrn.com/abstract=2801048}},
year = {2016},
month = {June}
}
@Misc{ pospace2,
author = {Giuseppe Ateniese and Ilario Bonacina and Antonio Faonio
and Nicola Galesi},
title = {Proofs of Space: When Space is of the Essence},
howpublished = {Cryptology ePrint Archive, Report 2013/805},
year = {2013},
note = {\url{http://eprint.iacr.org/}}
}
@InBook{ ateniese2000,
author = {Ateniese, Giuseppe and Camenisch, Jan and Joye, Marc and
Tsudik, Gene},
editor = {Bellare, Mihir},
title = {A Practical and Provably Secure Coalition-Resistant Group
Signature Scheme},
pages = {255--270},
publisher = {Springer Berlin Heidelberg},
year = {2000},
booktitle = {Advances in Cryptology --- CRYPTO 2000: 20th Annual
International Cryptology Conference Santa Barbara,
California, USA, August 20--24, 2000 Proceedings},
isbn = {978-3-540-44598-2}
}
@InProceedings{ ac1,
author = {Hagit Attiya and Keren Censor},
title = {Lower bounds for randomized consensus under a weak
adversary},
booktitle = {PODC},
year = {2008},
pages = {315--324}
}
@Article{ attiya,
author = {Hagit Attiya and Keren Censor},
title = {Tight bounds for asynchronous randomized consensus},
journal = {J. ACM},
year = {2008},
volume = {55},
number = {5}
}
@InBook{ attiya:dc:2004,
author = {Hagit Attiya and Jennifer Welch},
title = {Distributed Computing: Fundamentals, Simulations and
Advanced Topics (2nd edition)},
pages = {14},
publisher = {John Wiley Interscience},
year = {2004},
month = {March},
isbn = {0-471-453242}
}
@InBook{ au2006,
author = {Au, Man Ho and Liu, Joseph K. and Susilo, Willy and Yuen,
Tsz Hon},
editor = {Barua, Rana and Lange, Tanja},
title = {Progress in Cryptology - INDOCRYPT 2006: 7th International
Conference on Cryptology in India, Kolkata, India, December
11-13, 2006. Proceedings},
chapter = {Constant-Size ID-Based Linkable and Revocable-iff-Linked
Ring Signature},
pages = {364--378},
publisher = {Springer Berlin Heidelberg},
year = {2006},
isbn = {978-3-540-49769-1}
}
@Article{ aublin:2015,
author = {Aublin, Pierre-Louis and Guerraoui, Rachid and
Kne\v{z}evi\'{c}, Nikola and Qu{\'e}ma, Vivien and
Vukoli\'{c}, Marko},
title = {The Next 700 BFT Protocols},
journal = {ACM Trans. Comput. Syst.},
year = {2015},
volume = {32},
number = {4},
pages = {12:1--12:45},
month = jan,
issue_date = {January 2015},
issn = {0734-2071},
articleno = {12},
numpages = {45},
url = {http://doi.acm.org/10.1145/2658994},
publisher = {ACM}
}
@Article{ aumann,
author = {R. Aumann},
title = {Subjectivity and correlation in randomized games},
journal = {Mathematical Economics},
year = {1974},
volume = {1},
pages = {67--96}
}
@Book{ aumann1994handbook,
author = {Aumann, R.J. and Hart, S.},
title = {Handbook of Game Theory with Economic Applications, Volume
2: Volume II},
publisher = {North Holland},
year = {1994}
}
@InProceedings{ ab,
author = {Yonatan Aumann and Michael Bender},
title = {Fault Tolerant Data Structures},
booktitle = {IEEE Symposium on Foundations of Computer Science},
year = {1996}
}
@Article{ aumann:2010:sac:1713119.1713121,
author = {Aumann, Yonatan and Lindell, Yehuda},
title = {Security Against Covert Adversaries: Efficient Protocols
for Realistic Adversaries},
journal = {J. Cryptol.},
year = {2010},
volume = {23},
number = {2},
pages = {281--343},
month = apr,
issn = {0933-2790},
issue_date = {April 2010},
numpages = {63},
publisher = {Springer-Verlag New York, Inc.}
}
@InProceedings{ as2,
author = {B. Awerbuch and C. Scheideler},
title = {Provably Secure Distributed Name Service},
booktitle = {Thirty-First Int. Colloquium on Automata, Languages, and
Programming (ICALP) },
year = {2004}
}
@InProceedings{ as1,
author = {B. Awerbuch and C. Scheideler},
title = {Robust Distributed Name Service},
booktitle = {International Workshop on Peer-to-Peer Systems (IPTPS)},
year = {2004}
}
@InProceedings{ awerbuch:2006:drg,
author = {Awerbuch, Baruch and Scheideler, Christian},
title = {Robust Random Number Generation for Peer-to-peer Systems},
booktitle = {Proceedings of the 10th International Conference on
Principles of Distributed Systems},
year = {2006},
series = {OPODIS'06},
pages = {275--289},
publisher = {Springer-Verlag},
isbn = {3-540-49990-3, 978-3-540-49990-9},
location = {Bordeaux, France},
numpages = {15}
}
@InProceedings{ awerbuch:2006:cuckoo,
author = {Awerbuch, Baruch and Scheideler, Christian},
title = {Towards a Scalable and Robust {DHT}},
booktitle = {Proceedings of the Eighteenth Annual ACM Symposium on
Parallelism in Algorithms and Architectures},
year = {2006},
series = {SPAA '06},
pages = {318--327},
publisher = {ACM},
isbn = {1-59593-452-9},
location = {Cambridge, Massachusetts, USA},
numpages = {10},
url = {http://doi.acm.org/10.1145/1148109.1148163}
}
@Article{ axelrod1988further,
author = {Axelrod, R. and Dion, D.},
title = {The further evolution of cooperation},
journal = {Science},
year = {1988},
volume = {242},
number = {4884},
pages = {1385--1390}
}
@Article{ axelrod1981evolution,
author = {Axelrod, R. and Hamilton, WD},
title = {The evolution of cooperation},
journal = {Science},
year = {1981},
volume = {211},
number = {4489},
pages = {1390},
publisher = {AAAS}
}
@InProceedings{ afkms,
author = {Yossi Azar and Amos Fiat and Anna Karlin and Frank
McSherry and Jared Saia},
title = {Spectral Analysis of Data},
booktitle = {Symposium on Theory of Computing (STOC)},
year = {2001}
}
@Article{ azuma1967,
author = {Azuma, Kazuoki},
title = {Weighted sums of certain dependent random variables},
journal = {Tohoku Math. J. (2)},
year = {1967},
volume = {19},
number = {3},
pages = {357--367},
fjournal = {Tohoku Mathematical Journal},
publisher = {Tohoku University, Mathematical Institute}
}
@InProceedings{ azzedin,
author = {F. Azzedin and M. Maheswaran},
title = {Towards trust-aware resource management in Grid computing
systems},
booktitle = {Cluster Computing and the Grid 2nd IEEE/ACM International
Symposium CCGRID2002},
year = {2002}
}
@Misc{ rfc6962c46,
author = {B. Laurie, A. Langley, E. Kasper},
title = {RFC 6962 - Certificate Transparency},
howpublished = {\url{https://tools.ietf.org/html/rfc6962\#section-2.1}},
year = {2013},
month = {June}
}
@InProceedings{ babaioff2012bitcoin,
author = {Babaioff, Moshe and Dobzinski, Shahar and Oren, Sigal and
Zohar, Aviv},
title = {On {B}itcoin and Red Balloons},
booktitle = {Proceedings of the 13th ACM Conference on Electronic
Commerce},
year = {2012},
pages = {56--73},
organization = {ACM}
}
@InProceedings{ bkp,
author = {Moshe Babaioff and Robert Kleinberg and Christos H.
Papadimitriou},
title = {Congestion games with malicious players},
booktitle = {ACM Conference on Electronic Commerce},
year = {2007}
}
@Article{ babaioff2005incentive,
author = {Babaioff, Moshe and Walsh, William E},
title = {Incentive-compatible, budget-balanced, yet highly
efficient auctions for supply chain formation},
journal = {Decision Support Systems},
year = {2005},
volume = {39},
number = {1},
pages = {123--149},
publisher = {Elsevier}
}
@Article{ sidechains,
author = {Back, Adam and Corallo, Matt and Dashjr, Luke and
Friedenbach, Mark and Maxwell, Gregory and Miller, Andrew
and Poelstra, Andrew and Tim{\'o}n, Jorge and Wuille,
Pieter},
title = {Enabling blockchain innovations with pegged sidechains}
}
@Misc{ back2002hashcash,
author = {Back, Adam and others},
title = {Hashcash-a denial of service counter-measure},
howpublished = {\url{http://www.hashcash.org/papers/hashcash.pdf}},
year = {2002}
}
@Misc{ back2016transferring,
author = {Back, Adam and Maxwell, Gregory},
title = {Transferring ledger assets between blockchains via pegged
sidechains},
year = {2016},
month = {Nov},
note = {US Patent App. 15/150,032},
publisher = {Google Patents}
}
@TechReport{ back_hashcash_2002,
author = {Back, Adam},
title = {Hashcash - A Denial of Service Counter-Measure},
year = {2002}
}
@Misc{ cryptoeprint:2013:745,
author = {Michael Backes and Fabian Bendun and Ashish Choudhury and
Aniket Kate},
title = {Asynchronous {MPC} with $t < n/2$ Using Non-equivocation},
howpublished = {Cryptology ePrint Archive, Report 2013/745},