generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathrefs.bib
1624 lines (1495 loc) · 59.4 KB
/
refs.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
@article{biryukov2017equihash,
title = {Equihash: Asymmetric proof-of-work based on the generalized birthday problem},
author = {Biryukov, Alex and Khovratovich, Dmitry},
journal = {Ledger},
volume = {2},
pages = {1--30},
year = {2017}
}
@article{sanger2015bank,
title = {Bank Hackers Steal Millions via Malware},
author = {Sanger, David and Perlroth, Nicole},
journal = {The New York Times},
url = {https://www.nytimes.com/2015/02/15/world/bank-hackers-steal-millions-via-malware.html},
year = {2015}
}
@article{leskin2018top,
title = {The 21 scariest data breaches of 2018},
author = {Leskin, Paige},
journal = {Business Insider},
url = {https://www.businessinsider.com/data-hacks-breaches-biggest-of-2018-2018-12#1-aadhar-11-billion-21},
year = {2018}
}
@techreport{kiayias2017non,
title = {Non-interactive proofs of proof-of-work},
author = {Kiayias, Aggelos and Miller, Andrew and Zindros, Dionysis},
year = {2017},
institution = {Cryptology ePrint Archive, Report 2017/963, 2017. Accessed: 2017-10-03},
journal = { }
}
@online{reorgAttack,
title = {51\% attack},
url = {https://en.bitcoinwiki.org/wiki/51%25_attack},
journal = { }
}
@online{ergoMiner,
title = {Autolykos GPU miner},
url = {https://github.com/ergoplatform/Autolykos-GPU-miner}
}
@online{icoTutorial,
title = {An ICO Example On Top Of Ergo},
url = {https://ergoplatform.org/blog/2019_04_10-ico-example/}
}
@online{letsTutorial,
title = {A Local Exchange Trading System On Top Of Ergo},
url = {https://ergoplatform.org/blog/2019_04_22-lets/}
}
@misc{Nol13,
author={Tier Nolan},
title = {Alt chains and atomic transfers},
url={https://bitcointalk.org/index.php?topic=193281.msg2224949#msg2224949},
year = 2013,
journal = { }
}
@online{ergoTutorial,
title = {ErgoScript, a Cryptocurrency Scripting Language Supporting Noninteractive Zero-Knowledge Proofs},
url = {https://docs.ergoplatform.com/ErgoScript.pdf}
}
@online{ergoAdvTutorial,
title = {Advanced ErgoScript Tutorial},
url = {https://docs.ergoplatform.com/sigmastate_protocols.pdf}
}
@inproceedings{reyzin2017improving,
title = {Improving authenticated dynamic dictionaries, with applications to cryptocurrencies},
author = {Reyzin, Leonid and Meshkov, Dmitry and Chepurnoy, Alexander and Ivanov, Sasha},
booktitle = {International Conference on Financial Cryptography and Data Security},
pages = {376--392},
year = {2017},
organization = {Springer}
}
@incollection{meshkov2017short,
title = {Short Paper: Revisiting Difficulty Control for Blockchain Systems},
author = {Meshkov, Dmitry and Chepurnoy, Alexander and Jansen, Marc},
booktitle = {Data Privacy Management, Cryptocurrencies and Blockchain Technology},
pages = {429--436},
year = {2017},
publisher = {Springer}
}
@article{luuflyclient,
title = {Flyclient super light client for cryptocurrencies},
author = {Luu, L and Buenz, B and Zamani, M},
journal = {IACR Cryptology ePrint Archive},
year = {2019},
url = {https://eprint.iacr.org/2019/226}
}
@article{jansenDo,
title = {Do Smart Contract Languages Need to be Turing Complete?},
author = {Jansen, M and Hdhili, F and Gouiaa, R and Qasem, Z},
journal = {},
year = {2019},
url = {https://www.researchgate.net/publication/332072371_Do_Smart_Contract_Languages_Need_to_be_Turing_Complete/download}
}
@article{heilmancryptanalysis,
title={Cryptanalysis of Curl-P and Other Attacks on the IOTA Cryptocurrency},
journal = {},
year = {0000},
author={Heilman, Ethan and Narula, Neha and Tanzer, Garrett and Lovejoy, James and Colavita, Michael and Virza, Madars and Dryja, Tadge}
}
@inproceedings{de2018break,
title={How to break IOTA heart by replaying?},
author={De Roode, Gerard and Ullah, Ikram and Havinga, Paul JM},
booktitle={2018 IEEE Globecom Workshops (GC Wkshps)},
pages={1--7},
year={2018},
journal = {},
organization={IEEE}
}
@article{perez2019another,
title={Another coin bites the dust: an analysis of dust in UTXO-based cryptocurrencies},
author={P{\'e}rez-Sol{\`a}, Cristina and Delgado-Segura, Sergi and Navarro-Arribas, Guillermo and Herrera-Joancomart{\'\i}, Jordi},
journal={Royal Society open science},
volume={6},
number={1},
pages={180817},
year={2019},
publisher={The Royal Society}
}
@unpublished{Ergopow,
author = {Chepurnoy, Alexander and Kharin, Vasily and Meshkov, Dmitry},
title = {Autolykos: The Ergo Platform PoW Puzzle},
note = {},
url = {https://docs.ergoplatform.com/ErgoPow.pdf},
year = {2019},
journal = { }
}
@online{ethHash,
title = {Ethash},
journal = {},
url = {https://github.com/ethereum/wiki/wiki/Ethash/6e97c9cea49605264c6f4d1dc9e1939b1f89a5a3}
}
@online{ethSlow1,
title = {Very slow syncing on Hard Drive},
journal = {},
url = {https://github.com/ethereum/go-ethereum/issues/14895}
}
@online{ethSlow2,
title = {Why is my node synchronization stuck/extremely slow at block 2,306,843?},
journal = {},
url = {https://ethereum.stackexchange.com/questions/9883/why-is-my-node-synchronization-stuck-extremely-slow-at-block-2-306-843}
}
@online{sybilDef,
title = {Sybil attack},
url = {https://en.wikipedia.org/wiki/Sybil_attack}
}
@online{btcPrice,
title = {Bitcoin’s Price Surpasses \$18,000 Level, Market Cap Now Higher Than Visa’s},
url = {https://cointelegraph.com/news/bitcoins-price-surpasses-18000-level-market-cap-now-higher-than-visas}
}
@online{ethDifficultyBomb,
title = {Ethereum’s Blockchain Is Once Again Feeling the ‘Difficulty Bomb’ Effect},
url = {https://www.coindesk.com/ethereum-blockchain-feeling-the-difficulty-bomb-effect}
}
@online{IOTAReport,
title = {IOTA Vulnerability Report: Cryptanalysis of the Curl Hash Function Enabling Practical Signature Forgery Attacks on the IOTA Cryptocurrency},
url = {https://github.com/mit-dci/tangled-curl/blob/master/vuln-iota.md}
}
@online{ethWhitepaper,
title = {A Next-Generation Smart Contract and Decentralized Application Platform},
url = {https://github.com/ethereum/wiki/wiki/White-Paper/eb67aed3dd751a25aa94704de22f6bd8850d345b}
}
@online{bitcoinFees,
title = {Skyrocketing fees are fundamentally changing bitcoin},
url = {https://arstechnica.com/tech-policy/2017/12/bitcoin-fees-rising-high/}
}
@online{parityLock,
title = {I Accidentally Killed It: Parity Wallet Bug Locks \$150 Million in Ether},
url = {https://www.ccn.com/i-accidentally-killed-it-parity-wallet-bug-locks-150-million-in-ether}
}
@online{ethDos2016,
title = {Ethereum Network Attacker’s IP Address Is Traceable},
url = {https://www.bokconsulting.com.au/blog/ethereum-network-attackers-ip-address-is-traceable/}
}
@article{zahnentferner2018chimeric,
title = {Chimeric Ledgers: Translating and Unifying UTXO-based and Account-based Cryptocurrencies.},
author = {Zahnentferner, Joachim},
journal = {IACR Cryptology ePrint Archive},
volume = {2018},
pages = {262},
year = {2018}
}
@article{goodman2014tezos,
title = {Tezos --- a self-amending crypto-ledger White paper},
author = {Goodman, LM},
journal = {URL: https://www. tezos. com/static/papers/white\_paper. pdf},
year = {2014}
}
@article{szabo1994smart,
title = {Smart contracts},
author = {Szabo, Nick},
journal = {Unpublished manuscript},
year = {1994}
}
@inproceedings{dwork2003memory,
title = {On memory-bound functions for fighting spam},
author = {Dwork, Cynthia and Goldberg, Andrew and Naor, Moni},
booktitle = {Annual International Cryptology Conference},
pages = {426--444},
year = {2003},
organization = {Springer}
}
@online{ETHAsics,
title = {Bitmain Confirms Release of First Ethereum ASIC Miners},
url = {https://www.coindesk.com/bitmain-confirms-release-first-ever-ethereum-asic-miners}
}
@online{scriptEmission,
title = {Script of the Ergo emission box},
url = {https://github.com/ScorexFoundation/sigmastate-interpreter/blob/1b7b5a69035fc384b47c18ccf42b87dd95bbcf12/src/main/scala/org/ergoplatform/ErgoScriptPredef.scala#L74}
}
@online{scriptTreasury,
title = {Script of the Ergo treasury box},
url = {https://github.com/ScorexFoundation/sigmastate-interpreter/blob/1b7b5a69035fc384b47c18ccf42b87dd95bbcf12/src/main/scala/org/ergoplatform/ErgoScriptPredef.scala#L118}
}
@online{EquihashAsics,
title = {Bitmain’s Latest Crypto ASIC Can Mine Zcash},
url = {https://www.coindesk.com/bitmains-latest-crypto-asic-can-mine-zcash}
}
@techreport{chepurnoy2018edrax,
title={EDRAX: A Cryptocurrency with Stateless Transaction Validation},
author={Chepurnoy, Alexander and Papamanthou, Charalampos and Zhang, Yupeng},
year={2018},
institution={Cryptology ePrint Archive, Report 2018/968}
}
@article{chepurnoy2018systematic,
title = {A Systematic Approach To Cryptocurrency Fees},
author = {Chepurnoy, Alexander and Kharin, Vasily and Meshkov, Dmitry},
journal = {IACR Cryptology ePrint Archive},
volume = {2018},
pages = {78},
year = {2018}
}
@inproceedings{chepurnoy2018self,
title = {Self-reproducing Coins as Universal Turing Machine},
author = {Chepurnoy, Alexander and Kharin, Vasily and Meshkov, Dmitry},
booktitle = {Data Privacy Management, Cryptocurrencies and Blockchain Technology},
pages = {57--64},
year = {2018},
publisher = {Springer}
}
@inproceedings{chepurnoy2018checking,
title = {Checking laws of the blockchain with property-based testing},
author = {Chepurnoy, Alexander and Rathee, Mayank},
booktitle = {Blockchain Oriented Software Engineering (IWBOSE), 2018 International Workshop on},
pages = {40--47},
year = {2018},
organization = {IEEE}
}
@inproceedings{duong2018multi,
title = {Multi-mode Cryptocurrency Systems},
author = {Duong, Tuyet and Chepurnoy, Alexander and Zhou, Hong-Sheng},
booktitle = {Proceedings of the 2nd ACM Workshop on Blockchains, Cryptocurrencies, and Contracts},
pages = {35--46},
year = {2018},
organization = {ACM}
}
@inproceedings{carlsten2016instability,
title = {On the instability of bitcoin without the block reward},
author = {Carlsten, Miles and Kalodner, Harry and Weinberg, S Matthew and Narayanan, Arvind},
booktitle = {Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security},
pages = {154--167},
year = {2016},
organization = {ACM}
}
@article{chepurnoy2017space,
title={On Space-Scarce Economy In Blockchain Systems.},
author={Chepurnoy, Alexander and Meshkov, Dmitry},
journal={IACR Cryptology ePrint Archive},
volume={2017},
pages={644},
year={2017}
}
@article{wsj2018,
title = {A Fifth of All Bitcoin Is Missing. These Crypto Hunters Can Help},
author = {Krause, Elliott},
journal = {},
year = {2018},
publisher = {The Wall Street Journal}
}
@article{nakamoto2008bitcoin,
title = {Bitcoin: A peer-to-peer electronic cash system},
author = {Nakamoto, Satoshi},
journal = { },
year = {2008},
publisher = {Working Paper}
}
@inproceedings{NW06,
author = {Turlough Neary and
Damien Woods},
title = {P-completeness of Cellular Automaton Rule 110},
booktitle = {Automata, Languages and Programming, 33rd International Colloquium,
{ICALP} 2006, Venice, Italy, July 10-14, 2006, Proceedings, Part {I}},
pages = {132--143},
year = {2006},
crossref = {DBLP:conf/icalp/2006-1},
url = {https://doi.org/10.1007/11786986\_13},
doi = {10.1007/11786986\_13},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/icalp/NearyW06},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/icalp/2006-1,
editor = {Michele Bugliesi and
Bart Preneel and
Vladimiro Sassone and
Ingo Wegener},
title = {Automata, Languages and Programming, 33rd International Colloquium,
{ICALP} 2006, Venice, Italy, July 10-14, 2006, Proceedings, Part {I}},
series = {Lecture Notes in Computer Science},
volume = {4051},
publisher = {Springer},
year = {2006},
url = {https://doi.org/10.1007/11786986},
doi = {10.1007/11786986},
isbn = {3-540-35904-4},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/icalp/2006-1},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{wolfram1986theory,
title={Theory and applications of cellular automata: including selected
papers 1983-1986},
author={Wolfram, Stephen},
year={1986},
publisher={World scientific}
}
@article{cook2004universality,
title={Universality in elementary cellular automata},
author={Cook, Matthew},
journal={Complex systems},
volume={15},
number={1},
pages={1--40},
year={2004},
publisher={[Champaign, IL, USA: Complex Systems
Publications, Inc., c1987-}
}
@misc{Scilla,
title = {Scilla: a {S}mart {C}ontract {I}ntermediate-{L}evel {LA}nguage},
author = {Ilya Sergey, Amrit Kumar, Aquinas Hobor},
year = {2018},
Eprint = {arXiv:1806.10116},
note = {\url{https://arxiv.org/abs/1801.00687}},
}
@misc{CKM18,
Author = {Alexander Chepurnoy and Vasily Kharin and Dmitry Meshkov},
Title = {Self-Reproducing Coins as Universal Turing Machine},
Year = {2018},
Eprint = {arXiv:1806.10116},
note = {\url{https://arxiv.org/abs/1806.10116}},
}
@misc{Nol13,
author={Tier Nolan},
title = {Alt chains and atomic transfers},
url={https://bitcointalk.org/index.php?topic=193281.msg2224949#msg2224949},
year = 2013
}
@phdthesis{Cra96,
author = {Ronald Cramer},
title = {Modular Design of Secure, yet Practical Cryptographic Protocols},
school = {University of Amsterdam},
year = 1996
}
@misc{Dam10,
author = {Ivan Damg{\aa}rd},
title = {{On $\Sigma$-Protocols}},
year = 2010,
note = {\url{http://www.cs.au.dk/~ivan/Sigma.pdf}}
}
@book{HL10,
author= {Carmit Hazay and Yehuda Lindell},
title = {Efficient Secure Two-Party Protocols: Techniques and Constructions},
year = 2010,
publisher = {Springer}
}
@inproceedings{CL06,
author = {Melissa Chase and
Anna Lysyanskaya},
title = {On Signatures of Knowledge},
booktitle = {Advances in Cryptology - {CRYPTO} 2006, 26th Annual International
Cryptology Conference, Santa Barbara, California, USA, August 20-24,
2006, Proceedings},
pages = {78--96},
year = {2006},
crossref = {DBLP:conf/crypto/2006},
url = {https://doi.org/10.1007/11818175\_5},
doi = {10.1007/11818175\_5},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/crypto/ChaseL06},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/crypto/2006,
editor = {Cynthia Dwork},
title = {Advances in Cryptology - {CRYPTO} 2006, 26th Annual International
Cryptology Conference, Santa Barbara, California, USA, August 20-24,
2006, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {4117},
publisher = {Springer},
year = {2006},
url = {https://doi.org/10.1007/11818175},
doi = {10.1007/11818175},
isbn = {3-540-37432-9},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/crypto/2006},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@Article{Sch91,
author = "Claus-Peter Schnorr",
title = "Efficient Signature Generation by Smart Cards",
pages = "161--174",
volume = 4,
month = "",
publisher = "Springer",
year = 1991,
journal = "Journal of Cryptology",
number = 3,
}
@book{rfc8032,
author={S. Josefsson and I. Liusvaara},
title={{RFC} 8032: Edwards-Curve Digital Signature Algorithm ({EdDSA})},
publisher={IETF},
year=2017,
note={\url{https://tools.ietf.org/html/rfc8032}},
}
@inproceedings{CDS94,
author = {Ronald Cramer and
Ivan Damg{\aa}rd and
Berry Schoenmakers},
title = {Proofs of Partial Knowledge and Simplified Design of Witness Hiding
Protocols},
booktitle = {Advances in Cryptology - {CRYPTO} '94, 14th Annual International Cryptology
Conference, Santa Barbara, California, USA, August 21-25, 1994, Proceedings},
pages = {174--187},
year = {1994},
crossref = {DBLP:conf/crypto/1994},
url = {https://doi.org/10.1007/3-540-48658-5_19},
doi = {10.1007/3-540-48658-5_19},
timestamp = {Sat, 20 May 2017 15:32:52 +0200},
biburl = {https://dblp.org/rec/bib/conf/crypto/CramerDS94},
bibsource = {dblp computer science bibliography, https://dblp.org},
note = {\url{http://www.win.tue.nl/~berry/papers/crypto94.pdf}}
}
@proceedings{DBLP:conf/crypto/1994,
editor = {Yvo Desmedt},
title = {Advances in Cryptology - {CRYPTO} '94, 14th Annual International Cryptology
Conference, Santa Barbara, California, USA, August 21-25, 1994, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {839},
publisher = {Springer},
year = {1994},
url = {https://doi.org/10.1007/3-540-48658-5},
doi = {10.1007/3-540-48658-5},
isbn = {3-540-58333-5},
timestamp = {Sat, 20 May 2017 15:32:52 +0200},
biburl = {https://dblp.org/rec/bib/conf/crypto/1994},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@techreport{ourPaperFull,
author = {Leonid Reyzin and
Dmitry Meshkov and
Alexander Chepurnoy and
Sasha Ivanov},
title = {Improving Authenticated Dynamic Dictionaries, with Applications to
Cryptocurrencies},
institution = {{IACR} Cryptology ePrint Archive},
number = {2016/994},
year = 2016,
note = {\url{http://eprint.iacr.org/2016/994}},
}
@misc{peterToddTrees,
title = {Making {UTXO} Set Growth Irrelevant With Low-Latency Delayed {TXO} Commitments},
author = {Peter Todd},
year = 2016,
note = {\url{https://petertodd.org/2016/delayed-txo-commitments}},
}
@misc{tendermint,
author={Jae Kwon},
title={Tendermint Go-Merkle},
note={\url{https://github.com/tendermint/go-merkle}},
year=2016
}
@article{BDLSY12,
author = {Daniel J. Bernstein and
Niels Duif and
Tanja Lange and
Peter Schwabe and
Bo{-}Yin Yang},
title = {High-speed high-security signatures},
journal = {J. Cryptographic Engineering},
volume = {2},
number = {2},
pages = {77--89},
year = {2012},
url = {http://dx.doi.org/10.1007/s13389-012-0027-1},
doi = {10.1007/s13389-012-0027-1},
timestamp = {Tue, 30 Oct 2012 13:34:04 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jce/BernsteinDLSY12},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Avialable at \url{https://ed25519.cr.yp.to/}}
}
@misc{Mil12,
author = {Andrew Miller},
title = {Storing {UTXOs} in a Balanced {Merkle} Tree (zero-trust nodes with {O}(1)-storage)},
note = {\url{https://bitcointalk.org/index.php?topic=101734.msg1117428}},
year = 2012
}
@misc{utxo,
author = {Jameson Lopp},
title = {Unspent Transactions Outputs in {B}itcoin},
note = {\url{http://statoshi.info/dashboard/db/unspent-transaction-output-set}, accessed Nov 7, 2016}
}
@misc{gzip,
key={gzip},
author={{Jean-loup} Gailly and Mark Adler},
title={{gzip}},
note={\url{http://www.gzip.org/}}
}
@misc{Mil16,
author = {Andrew Miller},
title = {Private Communication},
year = 2016
}
@inproceedings{Rog06,
author = {Phillip Rogaway},
title = {Formalizing Human Ignorance},
booktitle = {Progress in Cryptology - {VIETCRYPT} 2006, First International Conferenceon
Cryptology in Vietnam, Hanoi, Vietnam, September 25-28, 2006, Revised
Selected Papers},
pages = {211--228},
year = {2006},
crossref = {DBLP:conf/vietcrypt/2006},
url = {http://dx.doi.org/10.1007/11958239_14},
doi = {10.1007/11958239_14},
timestamp = {Fri, 06 Mar 2015 14:11:06 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/vietcrypt/Rogaway06},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{https://eprint.iacr.org/2006/281.pdf}}
}
@proceedings{DBLP:conf/vietcrypt/2006,
editor = {Phong Q. Nguyen},
title = {Progressin Cryptology - {VIETCRYPT} 2006, First International Conferenceon
Cryptology in Vietnam, Hanoi, Vietnam, September 25-28, 2006, Revised
Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {4341},
publisher = {Springer},
year = {2006},
url = {http://dx.doi.org/10.1007/11958239},
doi = {10.1007/11958239},
isbn = {3-540-68799-8},
timestamp = {Fri, 06 Mar 2015 14:11:06 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/vietcrypt/2006},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{Knu98v3,
author ={Knuth, Donald},
title={The Art of Computer Programming: Volume 3: Sorting and Searching},
edition={2nd},
publisher={Addison-Wesley},
year = 1998
}
@misc{ethereum-benchmark,
key={eth},
title = {Transactions Per Block},
note = {\url{https://github.com/ethereum/wiki/wiki/Benchmarks}}
}
@misc{tbp,
key={tbp},
title = {Transactions Per Block},
note = {\url{https://blockchain.info/charts/n-transactions-per-block}}
}
@misc{spv,
key = {spv},
title={{SPV}, Simplified Payment Verification},
note = {\url{https://bitcoin.org/en/glossary/simplified-payment-verification}}
}
@inproceedings{EK13,
author = {Mohammad Etemad and
Alptekin K{\"{u}}p{\c{c}}{\"{u}}},
title = {Database Outsourcing with Hierarchical Authenticated Data Structures},
booktitle = {Information Security and Cryptology - {ICISC} 2013 - 16th International
Conference, Seoul, Korea, November 27-29, 2013, Revised Selected Papers},
pages = {381--399},
year = {2013},
crossref = {DBLP:conf/icisc/2013},
url = {http://dx.doi.org/10.1007/978-3-319-12160-4_23},
doi = {10.1007/978-3-319-12160-4_23},
timestamp = {Wed, 22 Oct 2014 16:56:48 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/icisc/EtemadK13},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://eprint.iacr.org/2015/351}}
}
@proceedings{DBLP:conf/icisc/2013,
editor = {Hyang{-}Sook Lee and
Dong{-}Guk Han},
title = {Information Security and Cryptology - {ICISC} 2013 - 16th International
Conference, Seoul, Korea, November 27-29, 2013, Revised Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {8565},
publisher = {Springer},
year = {2014},
url = {http://dx.doi.org/10.1007/978-3-319-12160-4},
doi = {10.1007/978-3-319-12160-4},
isbn = {978-3-319-12159-8},
timestamp = {Wed, 22 Oct 2014 16:55:58 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/icisc/2013},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{BP07,
author = {Giuseppe Di Battista and
Bernardo Palazzi},
title = {Authenticated Relational Tables and Authenticated Skip Lists},
booktitle = {Data and Applications Security XXI, 21st Annual {IFIP} {WG} 11.3 Working
Conference on Data and Applications Security, Redondo Beach, CA, USA,
July 8-11, 2007, Proceedings},
pages = {31--46},
year = {2007},
crossref = {DBLP:conf/dbsec/2007},
url = {http://dx.doi.org/10.1007/978-3-540-73538-0_3},
doi = {10.1007/978-3-540-73538-0_3},
timestamp = {Tue, 30 Jun 2015 09:52:18 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dbsec/BattistaP07},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://www.ece.umd.edu/~cpap/published/alex-ber-cpap-rt-08b.pdf}}
}
@proceedings{DBLP:conf/dbsec/2007,
editor = {Steve Barker and
Gail{-}Joon Ahn},
title = {Data and Applications Security XXI, 21st Annual {IFIP} {WG} 11.3 Working
Conference on Data and Applications Security, Redondo Beach, CA, USA,
July 8-11, 2007, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {4602},
publisher = {Springer},
year = {2007},
isbn = {978-3-540-73533-5},
timestamp = {Tue, 30 Jun 2015 09:52:18 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dbsec/2007},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{HPPT08,
author = {Alexander Heitzmann and
Bernardo Palazzi and
Charalampos Papamanthou and
Roberto Tamassia},
title = {Efficient integrity checking of untrusted network storage},
booktitle = {Proceedings of the 2008 {ACM} Workshop On Storage Security And Survivability,
StorageSS 2008, Alexandria, VA, USA, October 31, 2008},
pages = {43--54},
year = {2008},
crossref = {DBLP:conf/storagess/2008},
url = {http://doi.acm.org/10.1145/1456469.1456479},
doi = {10.1145/1456469.1456479},
timestamp = {Tue, 11 Nov 2008 13:01:27 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/storagess/HeitzmannPPT08},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://www.ece.umd.edu/~cpap/published/alex-ber-cpap-rt-08b.pdf}}
}
@proceedings{DBLP:conf/storagess/2008,
editor = {Yongdae Kim and
William Yurcik},
title = {Proceedings of the 2008 {ACM} Workshop On Storage Security And Survivability,
StorageSS 2008, Alexandria, VA, USA, October 31, 2008},
publisher = {{ACM}},
year = {2008},
isbn = {978-1-60558-299-3},
timestamp = {Tue, 11 Nov 2008 12:59:27 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/storagess/2008},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{GPTT08,
author = {Michael T. Goodrich and
Charalampos Papamanthou and
Roberto Tamassia and
Nikos Triandopoulos},
title = {Athos: Efficient Authentication of Outsourced File Systems},
booktitle = {Information Security, 11th International Conference, {ISC} 2008, Taipei,
Taiwan, September 15-18, 2008. Proceedings},
pages = {80--96},
year = {2008},
crossref = {DBLP:conf/isw/2008},
url = {http://dx.doi.org/10.1007/978-3-540-85886-7_6},
doi = {10.1007/978-3-540-85886-7_6},
timestamp = {Mon, 22 Sep 2008 15:16:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/isw/GoodrichPTT08},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://www.ece.umd.edu/~cpap/published/mtg-cpap-rt-nikos-08.pdf}}
}
@proceedings{DBLP:conf/isw/2008,
editor = {Tzong{-}Chen Wu and
Chin{-}Laung Lei and
Vincent Rijmen and
Der{-}Tsai Lee},
title = {Information Security, 11th International Conference, {ISC} 2008, Taipei,
Taiwan, September 15-18, 2008. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5222},
publisher = {Springer},
year = {2008},
isbn = {978-3-540-85884-3},
timestamp = {Mon, 22 Sep 2008 15:14:53 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/isw/2008},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
}
@article{Pug90,
author = {William Pugh},
title = {Skip Lists: {A} Probabilistic Alternative to Balanced Trees},
journal = {Commun. {ACM}},
volume = {33},
number = {6},
pages = {668--676},
year = {1990},
url = {http://doi.acm.org/10.1145/78973.78977},
doi = {10.1145/78973.78977},
timestamp = {Tue, 07 Jun 2011 16:52:04 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/cacm/Pugh90},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available from \url{http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.15.9072}}
}
@phdthesis{Pap11,
author = {Charalampos Papamanthou},
title = {Cryptography for Efficiency: New Directions in Authenticated Data Structures},
school = {Brown University},
year = 2011,
note = {Available at \url{http://www.ece.umd.edu/~cpap/published/theses/cpap-phd.pdf}}
}
@inproceedings{GSTW03,
author = {Michael T. Goodrich and
Michael Shin and
Roberto Tamassia and
William H. Winsborough},
title = {Authenticated Dictionaries for Fresh Attribute Credentials},
booktitle = {Trust Management, First International Conference, iTrust 2003, Heraklion,
Crete, Greece, May 28-30, 2002, Proceedings},
pages = {332--347},
year = {2003},
crossref = {DBLP:conf/itrust/2003},
url = {http://dx.doi.org/10.1007/3-540-44875-6_24},
doi = {10.1007/3-540-44875-6_24},
timestamp = {Tue, 05 Jul 2011 11:07:29 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/itrust/GoodrichSTW03},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://cs.brown.edu/cgc/stms/papers/itrust2003.pdf}}
}
@proceedings{DBLP:conf/itrust/2003,
editor = {Paddy Nixon and
Sotirios Terzis},
title = {Trust Management, First International Conference, iTrust 2003, Heraklion,
Crete, Greece, May 28-30, 2002, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {2692},
publisher = {Springer},
year = {2003},
isbn = {3-540-40224-1},
timestamp = {Fri, 30 May 2003 15:06:43 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/itrust/2003},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{CLHML15,
author = {Xiaofeng Chen and
Jin Li and
Xinyi Huang and
Jianfeng Ma and
Wenjing Lou},
title = {New Publicly Verifiable Databases with Efficient Updates},
journal = {{IEEE} Trans. Dependable Sec. Comput.},
volume = {12},
number = {5},
pages = {546--556},
year = {2015},
url = {http://dx.doi.org/10.1109/TDSC.2014.2366471},
doi = {10.1109/TDSC.2014.2366471},
timestamp = {Thu, 21 Jul 2016 12:12:02 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tdsc/0001LHML15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{CLWML16,
author = {Xiaofeng Chen and
Jin Li and
Jian Weng and
Jianfeng Ma and
Wenjing Lou},
title = {Verifiable Computation over Large Database with Incremental Updates},
journal = {{IEEE} Trans. Computers},
volume = {65},
number = {10},
pages = {3184--3195},
year = {2016},
url = {http://dx.doi.org/10.1109/TC.2015.2512870},
doi = {10.1109/TC.2015.2512870},
timestamp = {Mon, 19 Sep 2016 15:58:56 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tc/00010WML16},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
homebrowsesearchabout
@article{MWMS16,
title = {Publicly verifiable databases with efficient insertion/deletion operations},
author = {Meixia Miao and Jianfeng Wang and Jianfeng Ma and Willy Susilo},
year = 2016,
journal = {Journal of Computer and System Sciences},
note = {Available on-line at \url{http://dx.doi.org/10.1016/j.jcss.2016.07.005}. To appearn in print.}
}
@inproceedings{BGV11,
author = {Siavosh Benabbas and
Rosario Gennaro and
Yevgeniy Vahlis},
title = {Verifiable Delegation of Computation over Large Datasets},
booktitle = {Advances in Cryptology - {CRYPTO} 2011 - 31st Annual Cryptology Conference,
Santa Barbara, CA, USA, August 14-18, 2011. Proceedings},
pages = {111--131},
year = {2011},
crossref = {DBLP:conf/crypto/2011},
url = {http://dx.doi.org/10.1007/978-3-642-22792-9_7},
doi = {10.1007/978-3-642-22792-9_7},
timestamp = {Mon, 15 Aug 2011 21:29:40 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/crypto/BenabbasGV11},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://eprint.iacr.org/2011/132}}
}
@proceedings{DBLP:conf/crypto/2011,
editor = {Phillip Rogaway},
title = {Advances in Cryptology - {CRYPTO} 2011 - 31st Annual Cryptology Conference,
Santa Barbara, CA, USA, August 14-18, 2011. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {6841},
publisher = {Springer},
year = {2011},
url = {http://dx.doi.org/10.1007/978-3-642-22792-9},
doi = {10.1007/978-3-642-22792-9},
isbn = {978-3-642-22791-2},
timestamp = {Mon, 15 Aug 2011 21:26:36 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/crypto/2011},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{CF13,
author = {Dario Catalano and
Dario Fiore},
title = {Vector Commitments and Their Applications},
booktitle = {Public-Key Cryptography - {PKC} 2013 - 16th International Conference
on Practice and Theory in Public-Key Cryptography, Nara, Japan, February
26 - March 1, 2013. Proceedings},
pages = {55--72},
year = {2013},
crossref = {DBLP:conf/pkc/2013},
url = {http://dx.doi.org/10.1007/978-3-642-36362-7_5},
doi = {10.1007/978-3-642-36362-7_5},
timestamp = {Tue, 05 Feb 2013 13:29:13 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/pkc/CatalanoF13},
bibsource = {dblp computer science bibliography, http://dblp.org},
note = {Available at \url{http://eprint.iacr.org/2011/495}}
}
@proceedings{DBLP:conf/pkc/2013,
editor = {Kaoru Kurosawa and
Goichiro Hanaoka},
title = {Public-Key Cryptography - {PKC} 2013 - 16th International Conference
on Practice and Theory in Public-Key Cryptography, Nara, Japan, February
26 - March 1, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {7778},
publisher = {Springer},
year = {2013},
url = {http://dx.doi.org/10.1007/978-3-642-36362-7},
doi = {10.1007/978-3-642-36362-7},
isbn = {978-3-642-36361-0},
timestamp = {Tue, 05 Feb 2013 13:28:08 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/pkc/2013},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@unpublished{Whi15,
author = {Bill White},
title = {A Theory for Lightweight Cryptocurrency
Ledgers},
year = 2015,
note = {Available at \url{http://qeditas.org/lightcrypto.pdf} (see also code at \url{https://github.com/bitemyapp/ledgertheory})}
}
@article{PTT16,
author = {Charalampos Papamanthou and
Roberto Tamassia and
Nikos Triandopoulos},
title = {Authenticated Hash Tables Based on Cryptographic Accumulators},
journal = {Algorithmica},
volume = {74},
number = {2},
pages = {664--712},
year = {2016},
url = {http://dx.doi.org/10.1007/s00453-014-9968-3},
doi = {10.1007/s00453-014-9968-3},
timestamp = {Wed, 27 Jan 2016 13:00:22 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/algorithmica/PapamanthouTT16},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{Wei06,
author = {Mark Allen Weiss},
title = {Data Structures and Algorithm Analysis in Java (Second Edition)},
publisher = {Pearson},
year = 2006
}
@misc{Pfa02,
author = {Ben Pfaff},
title = {{GNU} libavl 2.0.2},
note = {Available at \url{http://adtinfo.org/libavl.html/index.html}},
year = 2002
}
@misc{impl,
key = {code},
title = {Implementation of Authenticated Data Structures within Scorex},
note = {\url{https://github.com/input-output-hk/scrypto/}}
}
@misc{bscript,
key = {BSC},
title = {Script - Bitcoin Wiki},
note = {\url{https://en.bitcoin.it/wiki/Script}}
}