-
Notifications
You must be signed in to change notification settings - Fork 9
/
acronyms.tex
274 lines (234 loc) · 7.41 KB
/
acronyms.tex
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
% definitions of acronyms
% (some) are linking to main terms following the example described here:
% https://tex.stackexchange.com/questions/8946/how-to-combine-acronym-and-glossary
% this is so they are listed in index under main terms
\newglossaryentry{WWW}{
type=\acronymtype, % put it into acronyms glossary (not main)
name={WWW\glsadd{World Wide Web}}, % the short / non-first label
description={\gls{World Wide Web}}, % what appears as description in glossary
first={WWW\glsadd{World Wide Web}} % what is shown on first appearance
}
% NOTE: above is example of acronym also described in main glossary, hence all the links
\newglossaryentry{TLD}{
type=\acronymtype,
name={TLD},
description={top level domain},
first={top level domain (TLD)}
}
% NOTE: above is example of acronym not described in main glossary, just in acronyms list
\newglossaryentry{TTL}{
type=\acronymtype,
name={TTL\glsadd{time to live}},
description={\gls{time to live}},
first={TTL\glsadd{time to live}}
}
\newglossaryentry{AC}{
type=\acronymtype,
name={AC\glsadd{access control}},
description={\gls{access control}},
first={access control (AC)\glsadd{access control}}
}
\newglossaryentry{ENS}{
type=\acronymtype,
name={ENS\glsadd{Ethereum Name Service}},
% short={ENS\glsadd{Ethereum name service}},
description={\gls{Ethereum Name Service}},
first={ENS\glsadd{Ethereum Name Service}}
}
\newglossaryentry{URL}{
type=\acronymtype,
name={URL},
description={Uniform Resource Locator},
first={Uniform Resource Locator (URL)}
}
\newglossaryentry{BMT}{
type=\acronymtype,
name={BMT\glsadd{binary Merkle tree}},
description={\gls{binary Merkle tree}},
first={BMT\glsadd{binary Merkle tree}}
}
\newglossaryentry{DISC}{
type=\acronymtype,
name={DISC\glsadd{distributed immutable store for chunks}},
description={\gls{distributed immutable store for chunks}},
first={DISC\glsadd{distributed immutable store for chunks}}
}
\newglossaryentry{DHT}{
type=\acronymtype,
name={DHT\glsadd{distributed hash table}},
description={\gls{distributed hash table}},
first={DHT\glsadd{distributed hash table}},
plural={DHTs\glsadd{distributed hash table}}
}
\newglossaryentry{SWINDLE}{
type=\acronymtype,
name={SWINDLE},
description={Secured With INsurance Deposit Litigation and Escrow, see \gls{swindle}},
first={SWINDLE\glsadd{swindle} (Secured With INsurance Deposit Litigation and Escrow)},
plural={SWINDLE\glsadd{swindle}}
}
\newglossaryentry{SWEAR}{
type=\acronymtype,
name={SWEAR},
description={Secure Ways of Ensuring ARchival or Swarm Enforcement And Registration, see \gls{swear}},
first={SWEAR\glsadd{swear} (Secure Ways of Ensuring ARchival or Swarm Enforcement And Registration)},
plural={SWEAR\glsadd{swear}}
}
\newglossaryentry{SWAP}{
type=\acronymtype,
name={SWAP},
description={Swarm Accounting Protocol, see \gls{swap}},
first={SWAP\glsadd{swap}},
plural={SWAP\glsadd{swap}}
}
\newglossaryentry{ISP}{
type=\acronymtype,
name={ISP},
description={internet service provider },
first={internet service provider (ISP)}
}
\newglossaryentry{P2P}{
type=\acronymtype,
name={P2P\glsadd{peer-to-peer}},
description={\gls{peer-to-peer}},
first={P2P\glsadd{peer-to-peer}}
}
\newglossaryentry{HTTP}{
type=\acronymtype,
name={HTTP},
description={Hypertext Transfer Protocol},
first={Hypertext Transfer Protocol (HTTP)}
}
\newglossaryentry{dapp}{
type=\acronymtype,
name={dapp},
description={\gls{distributed web application}},
first={dapp\glsadd{distributed web application}},
plural={dapps\glsadd{distributed web application}}
}
\newglossaryentry{IPFS}{
type=\acronymtype,
name={IPFS\glsadd{InterPlanetary File System}},
description={\gls{InterPlanetary File System}},
first={IPFS\glsadd{InterPlanetary File System}}
}
\newglossaryentry{PO}{
type=\acronymtype,
name={PO\glsadd{proximity order}},
description={\gls{proximity order}},
first={PO\glsadd{proximity order}}
}
\newglossaryentry{EVM}{
type=\acronymtype,
name={EVM},
description={\gls{Ethereum Virtual Machine}},
first={\glsadd{Ethereum Virtual Machine} (EVM)}
}
\newglossaryentry{BMT chunk}{
type=\acronymtype,
name={BMT chunk\glsadd{binary Merkle tree chunk}},
description={\gls{binary Merkle tree chunk}},
first={BMT chunk\glsadd{binary Merkle tree chunk}}
}
\newglossaryentry{BMT hash}{
type=\acronymtype,
name={BMT hash\glsadd{binary Merkle tree hash}},
description={\gls{binary Merkle tree hash}},
first={BMT hash\glsadd{binary Merkle tree hash}}
}
\newglossaryentry{ACT}{
type=\acronymtype,
name={ACT\glsadd{access control trie}},
description={\gls{access control trie}},
first={ACT\glsadd{access control trie}}
}
\newglossaryentry{PSS}{
type=\acronymtype,
name={PSS\glsadd{postal service on Swarm}},
description={\gls{postal service on Swarm}},
first={PSS\glsadd{postal service on Swarm}}
}
\newglossaryentry{prod}{
type=\acronymtype,
name={prod\glsadd{prompt recovery of data}},
description={\gls{prompt recovery of data}},
first={prod\glsadd{prompt recovery of data}}
}
\newglossaryentry{X3DH}{
type=\acronymtype,
name={X3DH\glsadd{extended triple Diffie--Hellmann key exchange}},
description={\gls{extended triple Diffie--Hellmann key exchange}},
first={X3DH\glsadd{extended triple Diffie--Hellmann key exchange}}
}
\newglossaryentry{RS}{
type=\acronymtype,
name={RS\glsadd{Reed-Solomon coding}},
description={\gls{Reed-Solomon coding}},
first={RS\glsadd{Reed-Solomon coding}}
}
\newglossaryentry{race}{
type=\acronymtype,
name={race\glsadd{raffle--apply--claim--earn}},
description={\gls{raffle--apply--claim--earn}},
first={race\glsadd{raffle--apply--claim--earn}}
}
\newglossaryentry{RAID}{
type=\acronymtype,
name={RAID},
description={Redundant Array of Inexpensive Disks},
first={RAID}
}
\newglossaryentry{MAC}{
type=\acronymtype,
name={MAC},
description={message authentication code},
first={MAC}
}
\newglossaryentry{ECDH}{
type=\acronymtype,
name={ECDH\glsadd{elliptic curve Diffie-Hellman}},
description={\gls{elliptic curve Diffie-Hellman}},
first={ECDH\glsadd{elliptic curve Diffie-Hellman}}
}
\newglossaryentry{BMT proof}{
type=\acronymtype,
name={BMT proof},
description={binary Merkle tree proof},
first={BMT proof},
plural={BMT proofs}
}
\newglossaryentry{API}{
type=\acronymtype,
name={API},
description={application programming interface},
first={API},
plural={APIs}
}
\newglossaryentry{CAC}{
type=\acronymtype,
name={CAC},
description={content addressed chunk},
first={CAC},
plural={CACs}
}
\newglossaryentry{PAC}{
type=\acronymtype,
name={PAC},
description={packed addresses chunk},
first={PAC},
plural={PACs}
}
\newglossaryentry{SOC}{
type=\acronymtype,
name={SOC},
description={single owner chunk},
first={SOC},
plural={SOCs}
}
\newglossaryentry{dream}{
type=\acronymtype,
name={dream},
description={deniable, revocable, expirable, addressable, malleable},
first={dream},
plural={dreams}
}