-
Notifications
You must be signed in to change notification settings - Fork 5
/
paper.bib
1136 lines (1025 loc) · 36.4 KB
/
paper.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
%% QuickCheck
@inproceedings{Claessen:2000:QLT:351240.351266,
author = {Claessen, Koen and Hughes, John},
title = {QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs},
booktitle = {Proceedings of the Fifth ACM SIGPLAN International Conference on
Functional Programming},
series = {ICFP '00},
year = {2000},
isbn = {1-58113-202-6},
pages = {268--279},
numpages = {12},
url = {http://doi.acm.org/10.1145/351240.351266},
doi = {10.1145/351240.351266},
acmid = {351266},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{DBLP:conf/erlang/ArtsHJW06,
author = {Thomas Arts and
John Hughes and
Joakim Johansson and
Ulf T. Wiger},
title = {Testing telecoms software with {Quviq QuickCheck}},
booktitle = {Proceedings of the 2006 {ACM} {SIGPLAN} Workshop on Erlang,
Portland,
Oregon, USA, September 16, 2006},
pages = {2--10},
year = {2006},
crossref = {DBLP:conf/erlang/2006},
url = {https://doi.org/10.1145/1159789.1159792},
doi = {10.1145/1159789.1159792},
timestamp = {Tue, 06 Nov 2018 16:59:37 +0100},
biburl = {https://dblp.org/rec/bib/conf/erlang/ArtsHJW06},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/erlang/2006,
editor = {Marc Feeley and
Philip W. Trinder},
title = {Proceedings of the 2006 {ACM} {SIGPLAN} Workshop on Erlang,
Portland,
Oregon, USA, September 16, 2006},
publisher = {{ACM}},
year = {2006},
isbn = {1-59593-490-1},
timestamp = {Wed, 02 Apr 2008 10:59:25 +0200},
biburl = {https://dblp.org/rec/bib/conf/erlang/2006},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icfp/ClaessenH00,
author = {Koen Claessen and
John Hughes},
title = {QuickCheck: a lightweight tool for random testing of Haskell
programs},
booktitle = {Proceedings of the Fifth {ACM} {SIGPLAN} International Conference
on Functional Programming {(ICFP} '00), Montreal, Canada, September
18-21, 2000.},
pages = {268--279},
year = {2000},
crossref = {DBLP:conf/icfp/2000},
url = {https://doi.org/10.1145/351240.351266},
doi = {10.1145/351240.351266},
timestamp = {Tue, 06 Nov 2018 16:59:25 +0100},
biburl = {https://dblp.org/rec/bib/conf/icfp/ClaessenH00},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/icfp/2000,
editor = {Martin Odersky and
Philip Wadler},
title = {Proceedings of the Fifth {ACM} {SIGPLAN} International Conference
on Functional Programming {(ICFP} '00), Montreal, Canada, September
18-21, 2000},
publisher = {{ACM}},
year = {2000},
isbn = {1-58113-202-6},
timestamp = {Tue, 11 Jun 2013 13:51:25 +0200},
biburl = {https://dblp.org/rec/bib/conf/icfp/2000},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{QuickTheories,
title = {QuickTheories},
author = {Henry Coles et al.},
year = {2019},
howpublished = {\url{https://github.com/ncredinburgh/QuickTheories}},
note = {Accessed: 2019-04-03}
}
@misc{AFL,
title = {American fuzzy lop},
author = {Michal Zalewski},
year = {2017},
howpublished = {\url{http://lcamtuf.coredump.cx/afl/}},
note = {Accessed: 2019-05-22}
}
@misc{junit-quickcheck,
title = {junit-quickcheck},
author = {Paul Holser et al.},
year = {2018},
howpublished =
{\url{http://pholser.github.io/junit-quickcheck/site/0.8.1/}},
note = {Accessed: 2019-04-03}
}
@misc{scalacheck,
title = {scalacheck},
author = {Rickard Nilsson},
year = {2018},
howpublished = {\url{http://www.scalacheck.org/}},
note = {Accessed: 2019-04-03}
}
%% Blockchain
@article{SN,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi and others},
journal = {White Paper},
year={2008},
publisher={Working Paper}
}
@misc{BC,
author = {Satoshi Nakamoto et al.},
title = {Bitcoin},
year = {2019},
howpublished = {\url{https://bitcoin.org/en/}},
note = {Accessed: 2019-05-20}
}
@article{VB,
title={{Ethereum: A next-generation smart contract and decentralized
application platform}},
author={Vitalik Buterin},
journal={white paper},
url={http://ethereum.org/ethereum.html},
year={2013}
}
@misc{AE,
title = {Aeternity Protocol},
author = {Aeternity},
year = {2019},
howpublished = {\url{https://aeternity.com/}},
note = {Accessed: 2019-05-20}
}
@misc{aespecs,
title = {Specification of the {\AE}ternity blockchain protocol},
author = {Aeternity},
year = {2019},
howpublished = {\url{https://github.com/aeternity/protocol}},
note = {Accessed: 2019-04-04}
}
@misc{TXS,
title = {EQC txs specification},
author = {Quviq AB},
year = {2019},
howpublished =
{\url{https://github.com/Quviq/epoch-eqc/blob/master/aecore_eqc/txs_eqc.erl}},
note = {Accessed: 2019-05-22}
}
@misc{StateChannels,
title = {Aeternity State Channels. Talk at Blackseachain 2018},
author = {Dimitar Ivanov},
year = {2018},
howpublished =
{\url{https://www.youtube.com/watch?v=2zry6xOZI7g&feature=youtu.be}},
}
@misc{UlfWigerCodeMesh2018,
title = {Building a Blockchain in Erlang | Code Mesh LDN 18},
author = {Ulf Wiger},
year = {2018},
howpublished =
{\url{https://www.youtube.com/watch?v=I4_xX_Zs2eE&feature=youtu.be&t=1730}},
}
@inproceedings{Eyal:2016:BSB:2930611.2930615,
author = {Eyal, Ittay and Gencer, Adem Efe and Sirer, Emin G\"{u}n and Van
Renesse, Robbert},
title = {Bitcoin-NG: A Scalable Blockchain Protocol},
booktitle = {Proceedings of the 13th Usenix Conference on Networked Systems
Design and Implementation},
series = {NSDI'16},
year = {2016},
isbn = {978-1-931971-29-4},
location = {Santa Clara, CA},
pages = {45--59},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=2930611.2930615},
acmid = {2930615},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@article{Armstrong:2010:ERL:1810891.1810910,
author = {Armstrong, Joe},
title = {Erlang},
journal = {Commun. ACM},
issue_date = {September 2010},
volume = {53},
number = {9},
month = sep,
year = {2010},
issn = {0001-0782},
pages = {68--75},
numpages = {8},
url = {http://doi.acm.org/10.1145/1810891.1810910},
doi = {10.1145/1810891.1810910},
acmid = {1810910},
publisher = {ACM},
address = {New York, NY, USA},
}
@InProceedings{Tromp2015CuckooCA,
author="Tromp, John",
editor="Brenner, Michael
and Christin, Nicolas
and Johnson, Benjamin
and Rohloff, Kurt",
title="Cuckoo Cycle: A Memory Bound Graph-Theoretic Proof-of-Work",
booktitle="Financial Cryptography and Data Security",
year="2015",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="49--62",
isbn="978-3-662-48051-9"
}
@inproceedings{Syverson,
author={P. {Syverson}},
booktitle={Proceedings The Computer Security Foundations Workshop VII},
title={A taxonomy of replay attacks [cryptographic protocols]},
year={1994},
volume={},
number={},
pages={187-191},
keywords={protocols;cryptography;taxonomy;replay attacks;cryptographic
protocols;message origin;Taxonomy;Cryptographic
protocols;Cryptography;Security;Laboratories;Authorization},
doi={10.1109/CSFW.1994.315935},
ISSN={1063-6900},
month={June}
}
@inproceedings{DBLP:conf/erlang/HughesB11,
author = {John M. Hughes and
Hans Bolinder},
title = {Testing a database for race conditions with QuickCheck: none},
booktitle = {Proceedings of the 10th {ACM} {SIGPLAN} workshop on Erlang, Tokyo,
Japan, September 23, 2011},
pages = {72--77},
year = {2011},
crossref = {DBLP:conf/erlang/2011},
url = {https://doi.org/10.1145/2034654.2034667},
doi = {10.1145/2034654.2034667},
timestamp = {Tue, 06 Nov 2018 16:59:37 +0100},
biburl = {https://dblp.org/rec/bib/conf/erlang/HughesB11},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/erlang/2011,
editor = {Kenji Rikitake and
Erik Stenman},
title = {Proceedings of the 10th {ACM} {SIGPLAN} workshop on Erlang, Tokyo,
Japan, September 23, 2011},
publisher = {{ACM}},
year = {2011},
url = {http://dl.acm.org/citation.cfm?id=2034654},
isbn = {978-1-4503-0859-5},
timestamp = {Wed, 08 Feb 2012 19:13:01 +0100},
biburl = {https://dblp.org/rec/bib/conf/erlang/2011},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icst/ArtsHNS15,
author = {Thomas Arts and
John Hughes and
Ulf Norell and
Hans Svensson},
title = {Testing {AUTOSAR} software with QuickCheck},
booktitle = {Eighth {IEEE} International Conference on Software Testing,
Verification
and Validation, {ICST} 2015 Workshops, Graz, Austria, April 13-17,
2015},
pages = {1--4},
year = {2015},
crossref = {DBLP:conf/icst/2015w},
url = {https://doi.org/10.1109/ICSTW.2015.7107466},
doi = {10.1109/ICSTW.2015.7107466},
timestamp = {Wed, 24 May 2017 08:30:37 +0200},
biburl = {https://dblp.org/rec/bib/conf/icst/ArtsHNS15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/icst/2015w,
title = {Eighth {IEEE} International Conference on Software Testing,
Verification
and Validation, {ICST} 2015 Workshops, Graz, Austria, April 13-17,
2015},
publisher = {{IEEE} Computer Society},
year = {2015},
url =
{http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=7100633},
isbn = {978-1-4799-1885-0},
timestamp = {Fri, 05 Aug 2016 12:49:20 +0200},
biburl = {https://dblp.org/rec/bib/conf/icst/2015w},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icst/ArtsH16,
author = {Thomas Arts and
John Hughes},
title = {How Well are Your Requirements Tested?},
booktitle = {2016 {IEEE} International Conference on Software Testing,
Verification
and Validation, {ICST} 2016, Chicago, IL, USA, April 11-15, 2016},
pages = {244--254},
year = {2016},
crossref = {DBLP:conf/icst/2016},
url = {https://doi.org/10.1109/ICST.2016.23},
doi = {10.1109/ICST.2016.23},
timestamp = {Wed, 24 May 2017 08:30:36 +0200},
biburl = {https://dblp.org/rec/bib/conf/icst/ArtsH16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/icst/2016,
title = {2016 {IEEE} International Conference on Software Testing,
Verification
and Validation, {ICST} 2016, Chicago, IL, USA, April 11-15, 2016},
publisher = {{IEEE} Computer Society},
year = {2016},
url =
{http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=7510576},
isbn = {978-1-5090-1827-7},
timestamp = {Tue, 26 Jul 2016 15:49:45 +0200},
biburl = {https://dblp.org/rec/bib/conf/icst/2016},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/date/VedderAVJ14,
author = {Benjamin Vedder and
Thomas Arts and
Jonny Vinter and
Magnus Jonsson},
title = {Combining Fault-Injection with Property-Based Testing},
booktitle = {International Workshop on Engineering Simulations for
Cyber-Physical
Systems, {ES4CPS} '14, Dresden, Germany, March 28 - 28, 2014},
pages = {1},
year = {2014},
crossref = {DBLP:conf/date/2014es4cps},
url = {https://doi.org/10.1145/2589650.2559629},
doi = {10.1145/2589650.2559629},
timestamp = {Wed, 28 Nov 2018 12:57:15 +0100},
biburl = {https://dblp.org/rec/bib/conf/date/VedderAVJ14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/date/2014es4cps,
editor = {Christian Berger and
Ina Schaefer},
title = {International Workshop on Engineering Simulations for
Cyber-Physical
Systems, {ES4CPS} '14, Dresden, Germany, March 28 - 28, 2014},
publisher = {{ACM}},
year = {2014},
url = {http://dl.acm.org/citation.cfm?id=2589650},
isbn = {978-1-4503-2614-8},
timestamp = {Thu, 18 Dec 2014 20:34:21 +0100},
biburl = {https://dblp.org/rec/bib/conf/date/2014es4cps},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@TECHREPORT{Miller95fuzzrevisited:,
author = {Barton P. Miller and David Koski and Cjin Pheow and Lee Vivekananda
Maganty and Ravi Murthy and Ajitkumar Natarajan and Jeff Steidl},
title = {Fuzz revisited: A re-examination of the reliability of UNIX utilities
and services},
institution = {},
year = {1995}
}
@book{Takanen:2018:FSS:3275309,
author = {Takanen, Ari and Demott, Jared D. and Miller, Charles},
title = {Fuzzing for Software Security Testing and Quality Assurance},
year = {2018},
isbn = {1608078507, 9781608078509},
edition = {2nd},
publisher = {Artech House, Inc.},
address = {Norwood, MA, USA},
}
@article{DBLP:journals/cacm/MillerFS90,
author = {Barton P. Miller and
Lars Fredriksen and
Bryan So},
title = {An Empirical Study of the Reliability of {UNIX} Utilities},
journal = {Commun. {ACM}},
volume = {33},
number = {12},
pages = {32--44},
year = {1990},
url = {https://doi.org/10.1145/96267.96279},
doi = {10.1145/96267.96279},
timestamp = {Wed, 14 Nov 2018 10:22:34 +0100},
biburl = {https://dblp.org/rec/bib/journals/cacm/MillerFS90},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ndss/StephensGSDWCSK16,
author = {Nick Stephens and
John Grosen and
Christopher Salls and
Andrew Dutcher and
Ruoyu Wang and
Jacopo Corbetta and
Yan Shoshitaishvili and
Christopher Kruegel and
Giovanni Vigna},
title = {Driller: Augmenting Fuzzing Through Selective Symbolic Execution},
booktitle = {23rd Annual Network and Distributed System Security Symposium,
{NDSS}
2016, San Diego, California, USA, February 21-24, 2016},
year = {2016},
crossref = {DBLP:conf/ndss/2016},
url =
{http://wp.internetsociety.org/ndss/wp-content/uploads/sites/25/2017/09/driller
-augmenting-fuzzing-through-selective-symbolic-execution.pdf},
timestamp = {Tue, 19 Jun 2018 10:20:40 +0200},
biburl = {https://dblp.org/rec/bib/conf/ndss/StephensGSDWCSK16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/ndss/2016,
title = {23rd Annual Network and Distributed System Security Symposium,
{NDSS}
2016, San Diego, California, USA, February 21-24, 2016},
publisher = {The Internet Society},
year = {2016},
url = {https://www.ndss-symposium.org/ndss2016/},
timestamp = {Tue, 16 Jan 2018 13:23:48 +0100},
biburl = {https://dblp.org/rec/bib/conf/ndss/2016},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/pldi/GodefroidKS05,
author = {Patrice Godefroid and
Nils Klarlund and
Koushik Sen},
title = {{DART:} directed automated random testing},
booktitle = {Proceedings of the {ACM} {SIGPLAN} 2005 Conference on Programming
Language Design and Implementation, Chicago, IL, USA, June 12-15,
2005},
pages = {213--223},
year = {2005},
crossref = {DBLP:conf/pldi/2005},
url = {https://doi.org/10.1145/1065010.1065036},
doi = {10.1145/1065010.1065036},
timestamp = {Tue, 06 Nov 2018 16:59:30 +0100},
biburl = {https://dblp.org/rec/bib/conf/pldi/GodefroidKS05},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/pldi/2005,
editor = {Vivek Sarkar and
Mary W. Hall},
title = {Proceedings of the {ACM} {SIGPLAN} 2005 Conference on Programming
Language Design and Implementation, Chicago, IL, USA, June 12-15,
2005},
publisher = {{ACM}},
year = {2005},
isbn = {1-59593-056-6},
timestamp = {Wed, 22 Jun 2005 09:32:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/pldi/2005},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/pldi/GodefroidKL08,
author = {Patrice Godefroid and
Adam Kiezun and
Michael Y. Levin},
title = {Grammar-based whitebox fuzzing},
booktitle = {Proceedings of the {ACM} {SIGPLAN} 2008 Conference on Programming
Language Design and Implementation, Tucson, AZ, USA, June 7-13, 2008},
pages = {206--215},
year = {2008},
crossref = {DBLP:conf/pldi/2008},
url = {https://doi.org/10.1145/1375581.1375607},
doi = {10.1145/1375581.1375607},
timestamp = {Tue, 06 Nov 2018 16:59:30 +0100},
biburl = {https://dblp.org/rec/bib/conf/pldi/GodefroidKL08},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/pldi/2008,
editor = {Rajiv Gupta and
Saman P. Amarasinghe},
title = {Proceedings of the {ACM} {SIGPLAN} 2008 Conference on Programming
Language Design and Implementation, Tucson, AZ, USA, June 7-13, 2008},
publisher = {{ACM}},
year = {2008},
url = {https://doi.org/10.1145/1375581},
doi = {10.1145/1375581},
isbn = {978-1-59593-860-2},
timestamp = {Tue, 06 Nov 2018 16:59:30 +0100},
biburl = {https://dblp.org/rec/bib/conf/pldi/2008},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@online{enacl,
author = {Jesper Louis Andersen},
year = {2015},
title = {Enacl -- Erlang bindings for NaCl/libsodium},
url = {https://github.com/jlouis/enacl}}
@online{libsodium,
author = {Frank Denis et.\ al.},
year = {2013},
title = {Sodium -- a new, easy-to-use software library for encryption,
decryption, signatures, password hashing and more},
url = {https://libsodium.gitbook.io/doc/}}
@inproceedings{DBLP:conf/wcre/ChepurnoyR18,
author = {Alexander Chepurnoy and
Mayank Rathee},
title = {Checking laws of the blockchain with property-based testing},
booktitle = {2018 International Workshop on Blockchain Oriented Software
Engineering,
IWBOSE@SANER 2018, Campobasso, Italy, March 20, 2018},
pages = {40--47},
year = {2018},
crossref = {DBLP:conf/wcre/2018iwbose},
url = {https://doi.org/10.1109/IWBOSE.2018.8327570},
doi = {10.1109/IWBOSE.2018.8327570},
timestamp = {Fri, 11 May 2018 12:42:29 +0200},
biburl = {https://dblp.org/rec/bib/conf/wcre/ChepurnoyR18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/wcre/2018iwbose,
title = {2018 International Workshop on Blockchain Oriented Software
Engineering,
IWBOSE@SANER 2018, Campobasso, Italy, March 20, 2018},
publisher = {{IEEE}},
year = {2018},
url =
{http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=8323138},
isbn = {978-1-5386-5986-1},
timestamp = {Fri, 20 Apr 2018 14:26:37 +0200},
biburl = {https://dblp.org/rec/bib/conf/wcre/2018iwbose},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings {196208,
author = {Muneeb Ali and Jude Nelson and Ryan Shea and Michael J. Freedman},
title = {Blockstack: A Global Naming and Storage System Secured by Blockchains},
booktitle = {2016 {USENIX} Annual Technical Conference ({USENIX} {ATC} 16)},
year = {2016},
isbn = {978-1-931971-30-0},
address = {Denver, CO},
pages = {181--194},
url =
{https://www.usenix.org/conference/atc16/technical-sessions/presentation/ali},
publisher = {{USENIX} Association},
}
@misc{Scorex,
title = {Scorex - The modular blockchain framework},
author = {Alexander Chepurnoy et al.},
year = {2019},
howpublished = {\url{https://github.com/ScorexFoundation/Scorex}},
note = {Accessed: 2019-05-21}
}
@inproceedings{Walker:2017:PPT:3152141.3152392,
author = {Walker, Michael A. and Dubey, Abhishek and Laszka, Aron and Schmidt,
Douglas C.},
title = {PlaTIBART: A Platform for Transactive IoT Blockchain Applications with
Repeatable Testing},
booktitle = {Proceedings of the 4th Workshop on Middleware and Applications for
the Internet of Things},
series = {M4IoT '17},
year = {2017},
isbn = {978-1-4503-5170-6},
location = {Las Vegas, Nevada},
pages = {17--22},
numpages = {6},
url = {http://doi.acm.org/10.1145/3152141.3152392},
doi = {10.1145/3152141.3152392},
acmid = {3152392},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {blockchain, design patterns, internet of things, testing},
}
@inproceedings{Amani:2018:TVE:3176245.3167084,
author = {Amani, Sidney and B{\'e}gel, Myriam and Bortin, Maksym and Staples,
Mark},
title = {Towards Verifying Ethereum Smart Contract Bytecode in Isabelle/HOL},
booktitle = {Proceedings of the 7th ACM SIGPLAN International Conference on
Certified Programs and Proofs},
series = {CPP 2018},
year = {2018},
isbn = {978-1-4503-5586-5},
location = {Los Angeles, CA, USA},
pages = {66--77},
numpages = {12},
url = {http://doi.acm.org/10.1145/3167084},
doi = {10.1145/3167084},
acmid = {3167084},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Ethereum, Isabelle/HOL, blockchain, formal verification, smart
contracts},
}
@inproceedings{DBLP:conf/ccs/BhargavanDFGGKK16,
author = {Karthikeyan Bhargavan and
Antoine Delignat{-}Lavaud and
C{\'{e}}dric Fournet and
Anitha Gollamudi and
Georges Gonthier and
Nadim Kobeissi and
Natalia Kulatova and
Aseem Rastogi and
Thomas Sibut{-}Pinote and
Nikhil Swamy and
Santiago Zanella B{\'{e}}guelin},
title = {Formal Verification of Smart Contracts: Short Paper},
booktitle = {Proceedings of the 2016 {ACM} Workshop on Programming Languages and
Analysis for Security, PLAS@CCS 2016, Vienna, Austria, October 24,
2016},
pages = {91--96},
year = {2016},
crossref = {DBLP:conf/ccs/2016plas},
url = {https://doi.org/10.1145/2993600.2993611},
doi = {10.1145/2993600.2993611},
timestamp = {Tue, 06 Nov 2018 11:07:30 +0100},
biburl = {https://dblp.org/rec/bib/conf/ccs/BhargavanDFGGKK16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/ccs/2016plas,
editor = {Toby C. Murray and
Deian Stefan},
title = {Proceedings of the 2016 {ACM} Workshop on Programming Languages and
Analysis for Security, PLAS@CCS 2016, Vienna, Austria, October 24,
2016},
publisher = {{ACM}},
year = {2016},
url = {https://doi.org/10.1145/2993600},
doi = {10.1145/2993600},
isbn = {978-1-4503-4574-3},
timestamp = {Tue, 06 Nov 2018 11:07:30 +0100},
biburl = {https://dblp.org/rec/bib/conf/ccs/2016plas},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-1811-10403,
author = {Elvira Albert and
Pablo Gordillo and
Albert Rubio and
Ilya Sergey},
title = {{GASTAP:} {A} Gas Analyzer for Smart Contracts},
journal = {CoRR},
volume = {abs/1811.10403},
year = {2018},
url = {http://arxiv.org/abs/1811.10403},
archivePrefix = {arXiv},
eprint = {1811.10403},
timestamp = {Fri, 30 Nov 2018 12:44:28 +0100},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1811-10403},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/tse/GaySWH15,
added-at = {2015-12-10T00:00:00.000+0100},
author = {Gay, Gregory and Staats, Matt and Whalen, Michael W. and Heimdahl,
Mats Per Erik},
biburl =
{http://www.bibsonomy.org/bibtex/28620a19d335de41170a7ecdfab763740/dblp},
ee = {http://doi.ieeecomputersociety.org/10.1109/TSE.2015.2421011},
interhash = {af21df01c984ad976d5beef7a31572b8},
intrahash = {8620a19d335de41170a7ecdfab763740},
journal = {IEEE Trans. Software Eng.},
keywords = {dblp},
timestamp = {2015-12-12T11:52:21.000+0100},
title = {The Risks of Coverage-Directed Test Case Generation.},
url = {http://dblp.uni-trier.de/db/journals/tse/tse41.html#GaySWH15},
year = 2015
}
@inproceedings{DBLP:conf/sfp/Midtgaard17,
author = {Jan Midtgaard},
title = {QuickChecking Patricia Trees},
booktitle = {Trends in Functional Programming - 18th International Symposium,
{TFP}
2017, Canterbury, UK, June 19-21, 2017, Revised Selected Papers},
pages = {59--78},
year = {2017},
crossref = {DBLP:conf/sfp/2017},
url = {https://doi.org/10.1007/978-3-319-89719-6\_4},
doi = {10.1007/978-3-319-89719-6\_4},
timestamp = {Tue, 14 May 2019 10:00:44 +0200},
biburl = {https://dblp.org/rec/bib/conf/sfp/Midtgaard17},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/sfp/2017,
editor = {Meng Wang and
Scott Owens},
title = {Trends in Functional Programming - 18th International Symposium,
{TFP}
2017, Canterbury, UK, June 19-21, 2017, Revised Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {10788},
publisher = {Springer},
year = {2018},
url = {https://doi.org/10.1007/978-3-319-89719-6},
doi = {10.1007/978-3-319-89719-6},
isbn = {978-3-319-89718-9},
timestamp = {Tue, 14 May 2019 10:00:44 +0200},
biburl = {https://dblp.org/rec/bib/conf/sfp/2017},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Groce:2012:ST:2338965.2336763,
author = {Groce, Alex and Zhang, Chaoqiang and Eide, Eric and Chen, Yang and
Regehr, John},
title = {Swarm Testing},
booktitle = {Proceedings of the 2012 International Symposium on Software
Testing and Analysis},
series = {ISSTA 2012},
year = {2012},
isbn = {978-1-4503-1454-1},
location = {Minneapolis, MN, USA},
pages = {78--88},
numpages = {11},
url = {http://doi.acm.org/10.1145/2338965.2336763},
doi = {10.1145/2338965.2336763},
acmid = {2336763},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Calder:2003:FIC:638300.638308,
author = {Calder, Muffy and Kolberg, Mario and Magill, Evan H. and
Reiff-Marganiec, Stephan},
title = {Feature Interaction: A Critical Review and Considered Forecast},
journal = {Comput. Netw.},
issue_date = {15 January 2003},
volume = {41},
number = {1},
month = jan,
year = {2003},
issn = {1389-1286},
pages = {115--141},
numpages = {27},
url = {http://dx.doi.org/10.1016/S1389-1286(02)00352-3},
doi = {10.1016/S1389-1286(02)00352-3},
acmid = {638308},
publisher = {Elsevier North-Holland, Inc.},
address = {New York, NY, USA},
keywords = {feature interaction, incompatibility, telecommunications services},
}
@inproceedings{eyal2016bitcoin,
title={Bitcoin-ng: A scalable blockchain protocol},
author={Eyal, Ittay and Gencer, Adem Efe and Sirer, Emin G{\"u}n and Van
Renesse, Robbert},
booktitle={13th $\{$USENIX$\}$ Symposium on Networked Systems Design and
Implementation ($\{$NSDI$\}$ 16)},
pages={45--59},
year={2016}
}
@article{wang2018survey,
title={A survey on consensus mechanisms and mining management in blockchain
networks},
author={Wang, Wenbo and Hoang, Dinh Thai and Xiong, Zehui and Niyato, Dusit and
Wang, Ping and Hu, Peizhao and Wen, Yonggang},
journal={arXiv preprint arXiv:1805.02707},
pages={1--33},
year={2018}
}
@InProceedings{miningagainstspamming,
author="Tsang, Patrick P. and Smith, Sean W.",
editor="Chen, Liquncand Mu, Yi and Susilo, Willy",
title="Combating Spam and Denial-of-Service Attacks with Trusted Puzzle
Solvers",
booktitle="Information Security Practice and Experience",
year="2008",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="188--202",
isbn="978-3-540-79104-1"
}
@book{whatisablockchain,
title={Mastering blockchain: Distributed ledger technology, decentralization,
and smart contracts explained},
author={Bashir, Imran},
year={2018},
publisher={Packt Publishing Ltd}
}
@article{hhz007,
author = {Cong, Lin William and He, Zhiguo},
title = "{Blockchain Disruption and Smart Contracts}",
journal = {The Review of Financial Studies},
volume = {32},
number = {5},
pages = {1754-1797},
year = {2019},
month = {04},
issn = {0893-9454},
doi = {10.1093/rfs/hhz007},
url = {https://doi.org/10.1093/rfs/hhz007},
eprint =
{http://oup.prod.sis.lan/rfs/article-pdf/32/5/1754/28275179/hhz007.pdf},
}
@inproceedings{ellul2018alkylvm,
title={{AlkylVM}: A virtual machine for smart contract blockchain connected
internet of things},
author={Ellul, Joshua and Pace, Gordon J},
booktitle={2018 9th IFIP International Conference on New Technologies, Mobility
and Security (NTMS)},
pages={1--4},
year={2018},
organization={IEEE}
}
@article{magazzeni2017validation,
title={Validation and verification of smart contracts: A research agenda},
author={Magazzeni, Daniele and McBurney, Peter and Nash, William},
journal={Computer},
volume={50},
number={9},
pages={50--57},
year={2017},
publisher={IEEE}
}
@inproceedings{bhargavan2016formal,
title={Formal verification of smart contracts: Short paper},
author={Bhargavan, Karthikeyan and Delignat-Lavaud, Antoine and Fournet,
C{\'e}dric and Gollamudi, Anitha and Gonthier, Georges and Kobeissi, Nadim and
Kulatova, Natalia and Rastogi, Aseem and Sibut-Pinote, Thomas and Swamy, Nikhil
and others},
booktitle={Proceedings of the 2016 ACM Workshop on Programming Languages and
Analysis for Security},
pages={91--96},
year={2016},
organization={ACM}
}
@article{DBLP:journals/corr/abs-1710-06372,
author = {Maher Alharby and
Aad van Moorsel},
title = {Blockchain-based Smart Contracts: {A} Systematic Mapping Study},
journal = {CoRR},
volume = {abs/1710.06372},
year = {2017},
url = {http://arxiv.org/abs/1710.06372},
archivePrefix = {arXiv},
eprint = {1710.06372},
timestamp = {Mon, 13 Aug 2018 16:48:15 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1710-06372},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{mehar2019understanding,
title={Understanding a revolutionary and flawed grand experiment in blockchain:
the DAO attack},
author={Mehar, Muhammad Izhar and Shier, Charles Louis and Giambattista, Alana
and Gong, Elgar and Fletcher, Gabrielle and Sanayhie, Ryan and Kim, Henry M and
Laskowski, Marek},
journal={Journal of Cases on Information Technology (JCIT)},
volume={21},
number={1},
pages={19--32},
year={2019},
publisher={IGI Global}
}
@article{szabo1996smart,
title={Smart contracts: building blocks for digital markets},
author={Szabo, Nick},
journal={EXTROPY: The Journal of Transhumanist Thought,(16)},
volume={18},
pages={2},
year={1996}
}
@inproceedings{delmolino2016step,
title={Step by step towards creating a safe smart contract: Lessons and
insights from a cryptocurrency lab},
author={Delmolino, Kevin and Arnett, Mitchell and Kosba, Ahmed and Miller,
Andrew and Shi, Elaine},
booktitle={International Conference on Financial Cryptography and Data
Security},
pages={79--94},
year={2016},
organization={Springer}
}
@inproceedings{atzei2017survey,
title={A survey of attacks on ethereum smart contracts (sok)},
author={Atzei, Nicola and Bartoletti, Massimo and Cimoli, Tiziana},
booktitle={International Conference on Principles of Security and Trust},
pages={164--186},
year={2017},
organization={Springer}
}
@article{suiche2017280,
title={The \$280M Ethereum’s Parity bug},
author={Suiche, Matt},
journal={A critical security vulnerability in Parity multi-sig wallet},
year={2017}
}
@inproceedings{zhang2016town,
title={Town crier: An authenticated data feed for smart contracts},
author={Zhang, Fan and Cecchetti, Ethan and Croman, Kyle and Juels, Ari and
Shi, Elaine},
booktitle={Proceedings of the 2016 aCM sIGSAC conference on computer and
communications security},
pages={270--282},
year={2016},
organization={ACM}
}
@inproceedings{guarnizo2019pdfs,
title={PDFS: practical data feed service for smart contracts},
author={Guarnizo, Juan and Szalachowski, Pawel},
booktitle={European Symposium on Research in Computer Security},
pages={767--789},
year={2019},
organization={Springer}
}
@inproceedings{bonneau2015sok,
title={Sok: Research perspectives and challenges for bitcoin and
cryptocurrencies},
author={Bonneau, Joseph and Miller, Andrew and Clark, Jeremy and Narayanan,
Arvind and Kroll, Joshua A and Felten, Edward W},
booktitle={2015 IEEE Symposium on Security and Privacy},
pages={104--121},
year={2015},
organization={IEEE}
}
@article{raikwar2019sok,
title={SoK of Used Cryptography in Blockchain},
author={Raikwar, Mayank and Gligoroski, Danilo and Kralevska, Katina},
journal={arXiv preprint arXiv:1906.08609},
year={2019}
}
@inproceedings{aumasson2013blake2,
title={BLAKE2: simpler, smaller, fast as MD5},
author={Aumasson, Jean-Philippe and Neves, Samuel and Wilcox-O’Hearn, Zooko and
Winnerlein, Christian},
booktitle={International Conference on Applied Cryptography and Network
Security},
pages={119--135},