-
Notifications
You must be signed in to change notification settings - Fork 70
/
bibliography.bib
131 lines (115 loc) · 4.17 KB
/
bibliography.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
@misc{stewart_grandpa_2019,
title = {{GRANDPA}: {A} {Byzantine} {Finality} {Gadget}},
author = {Stewart, Alistair},
year = {2019},
}
@techreport{w3f_blind_2019,
address = {http://research.web3.foundation/en/latest/polkadot/BABE/Babe/},
type = {Technical {Specification}},
title = {Blind {Assignment} for {Blockchain} {Extension}},
url = {http://research.web3.foundation/en/latest/polkadot/BABE/Babe/},
institution = {Web 3.0 Foundation},
author = {W3F Research Group},
year = {2019}
}
@inproceedings{david_ouroboros_2018,
title = {Ouroboros praos: {An} adaptively-secure, semi-synchronous proof-of-stake blockchain},
booktitle = {Annual {International} {Conference} on the {Theory} and {Applications} of {Cryptographic} {Techniques}},
publisher = {Springer},
author = {David, Bernardo and Gaži, Peter and Kiayias, Aggelos and Russell, Alexander},
year = {2018},
pages = {66--98}
}
@techreport{collet_extremely_2019,
address = {http://cyan4973.github.io/xxHash/},
title = {Extremely fast non-cryptographic hash algorithm},
url = {http://cyan4973.github.io/xxHash/},
author = {Collet, Yann},
year = {2019}
}
@techreport{saarinen_blake2_2015,
address = {https://tools.ietf.org/html/rfc7693},
type = {{RFC}},
title = {The {BLAKE}2 cryptographic hash and message authentication code ({MAC})},
url = {https://tools.ietf.org/html/rfc7693},
number = {7693},
institution = {-},
author = {Saarinen, Markku Juhani and Aumasson, Jean-Philippe},
year = {2015}
}
@article{wood_polkadot_2016,
title = {Polkadot: {Vision} for a heterogeneous multi-chain framework},
journal = {White Paper},
author = {Wood, Gavin},
year = {2016},
}
@techreport{parity_substrate_2019,
address = {https://substrate.dev/rustdocs/},
type = {Rust {Doc}},
title = {Substrate {Reference} {Documentation}},
url = {https://substrate.dev/rustdocs/},
institution = {Parity Technologies},
author = {Parity Technologies},
year = {2019}
}
@techreport{protocol_labs_libp2p_2019,
address = {https://github.com/libp2p/specs},
title = {libp2p {Specification}},
url = {https://github.com/libp2p/specs},
institution = {Protocol labs},
author = {Protocol labs},
year = {2019}
}
@techreport{perrin_noise_2018,
address = {https://noiseprotocol.org/noise.html},
title = {The {Noise} {Protocol} {Framework}},
url = {https://noiseprotocol.org/noise.html},
author = {Perrin, Trevor},
year = {2018}
}
@article{liusvaara_edwards-curve_2017,
title = {Edwards-{Curve} {Digital} {Signature} {Algorithm} ({EdDSA})},
author = {Liusvaara, Ilari and Josefsson, Simon},
year = {2017}
}
@inproceedings{josefsson_edwards-curve_2017,
title = {Edwards-curve digital signature algorithm ({EdDSA})},
volume = {8032},
booktitle = {Internet {Research} {Task} {Force}, {Crypto} {Forum} {Research} {Group}, {RFC}},
author = {Josefsson, Simon and Liusvaara, Ilari},
year = {2017}
}
@techreport{burdges_schnorr_2019,
title = {Schnorr {VRFs} and signatures on the {Ristretto} group},
url = {https://github.com/w3f/schnorrkel},
author = {Burdges, Jeff},
year = {2019}
}
@techreport{paritytech_genesis_state,
address = {https://github.com/paritytech/polkadot/tree/master/node/service/res/},
title = {Polkadot {Genisis} {State}},
url = {https://github.com/paritytech/polkadot/tree/master/node/service/res/},
author = {Parity Tech},
year = {2020}
}
@misc{papadopoulos17,
author = {Dimitrios Papadopoulos and Duane Wessels and Shumon Huque and Moni Naor and Jan Včelák and Leonid Reyzin and Sharon Goldberg},
title = {Making NSEC5 Practical for DNSSEC},
howpublished = {Cryptology ePrint Archive, Paper 2017/099},
year = {2017},
note = {\url{https://eprint.iacr.org/2017/099}},
url = {https://eprint.iacr.org/2017/099}
}
@electronic{goldberg17,
author = {Goldberg, Sharon and Papadopoulos, Dimitrios and Vcelak, Jan},
edition = {draft-goldbe-vrf-01},
title = {Internet Draft - Verifiable Random Functions (VRFs)},
url = {https://tools.ietf.org/id/draft-goldbe-vrf-01.html},
year = {2017},
}
@electronic{devalence_ed25519zebra_2020,
author = {Henry de Valence},
title = {Explicitly Defining and Modifying Ed25519 Validation Rules},
url = {https://github.com/zcash/zips/blob/master/zip-0215.rst},
year = {2020}
}