forked from CryptoConsortium/CCSS
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDefinitions.html
448 lines (355 loc) · 22.8 KB
/
Definitions.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Definitions</title>
<meta name="description" content="The CryptoCurrency Certification Consortium (C4) establishes cryptocurrency standards that help ensure a balance of openness & privacy, security & usability, and trust & decentralization.
">
<link rel="stylesheet" href="/CCSS/css/main.css">
<link rel="canonical" href="https://cryptoconsortium.github.io/CCSS/Definitions/">
<link rel="alternate" type="application/rss+xml" title="CCSS" href="https://cryptoconsortium.github.io/CCSS/feed.xml" />
</head>
<body>
<header class="site-header">
<div class="wrapper">
<img src='/CCSS/images/CCSS_Logo_Color_Dark.png' class='logo' />
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/CCSS/">CCSS安全标准</a>
<a class="page-link" href="/CCSS/Details.html">技术细节</a>
<a class="page-link" href="/CCSS/Matrix.html">评估矩阵</a>
<a class="page-link" href="/CCSS/Checklist.html">核验清单</a>
<a class="page-link" href="/CCSS/License.html">许可协议</a>
<a class="page-link" href="/CCSS/ChangeLog.html">更新日志</a>
<a class="page-link" href="/CCSS/Definitions.html">术语定义</a>
<a class="page-link" href="/CCSS/Caveats.html">注意事项</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="home">
<h1 class="page-heading">定义</h1>
<ul class="post-list">
<li>
<h3 id="hd-wallet"> 分层确定性钱包
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/HDWallet.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/HDWallet.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p>
<p>一个使用加密安全的密钥派生函数(如PBKDF2)的钱包可以从一个主种子中任意创建大量的唯一地址。这些都是有益的,因为只有主种子需要备份,以防止损失。一些高清钱包软件还可以支持多签名配置,其中多个主种子在创建地址时组合在一起。HD钱包通常将地址组织成n元树结构,其中每个地址都与通过树的路径相关联。比特币社区的许多应用程序采用的第一个高清钱包标准是Pieter Wuille提出的BIP32。BIP44引入了额外的功能,允许共享子路径,而不会影响整个钱包的安全性。
</p>
</p>
</li>
<li>
<h3 id="key-compromise-protocol"> 密钥泄露协议
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/KeyCompromiseProtocol.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/KeyCompromiseProtocol.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一种文件,概述信息系统中每个参与者要采取的具体行动,以便在密钥可能受到损坏时重新生成系统的一组密钥。</p>
</p>
</li>
<li>
<h3 id="seed"> 种子
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Seed.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Seed.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>通常用于初始化PRNG/DRBG或其他密码系统(例如高清钱包、确定性签名)的一片熵</p>
</p>
</li>
<li>
<h3 id="wallet"> 钱包
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Wallet.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Wallet.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>在大多数加密货币的上下文中,钱包是一个公私密钥对,其中公钥(地址)的某些编码可用于交易输出以转移资金。然后可以使用私钥为花费这些资金的交易生成有效的签名。然而,在实践中,“钱包”通常指的是一个管理大量这些密钥对的应用程序,允许在每次交易中使用一个新地址。钱包应用程序通常分为两类:</p>
<ul>
<li>JBOK(只是一堆钥匙)钱包,钱包使用PRNG生成每个钥匙对并存储它们以供使用。</li>
<li>从一个随机种子中获得任意数量的密钥对的HD(层次确定性)钱包。</li>
</ul>
<p>钱包软件可以引入额外的复杂性,例如通过将多个密钥对组合成单个地址,如多签名钱包的情况。就本文件而言,“钱包”一词是指加密货币地址的一些集合。</p>
</p>
</li>
<li>
<h3 id="prng"> 伪随机数发生器
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/PRNG.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/PRNG.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一种算法、程序或系统,用于为密码应用程序产生任意难以猜测的值。prng通常带有某种熵源,用于生成加密密钥。有时CSPRNG(加密安全PRNG)。参见相关内容:DRBG(确定性随机位发生器)。维基百科</p>
</p>
</li>
<li>
<h3 id="signature"> 数字签名
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Signature.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Signature.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>(存根) <a href="https://en.wikipedia.org/wiki/Digital_signature">Wikipedia</a></p>
</p>
</li>
<li>
<h3 id="otp"> 一次性密码
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/OTP.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/OTP.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一次性密码是任何令牌(通常用作身份验证的一个因素),它只对一次使用有效。OTP令牌通常与以下最弱的令牌一样安全:</p>
<ol>
<li>用于将OTP传送给预期用户(如果有)的信道。</li>
<li>生成和存储OTP直到“兑换”的系统</li>
</ol>
</p>
</li>
<li>
<h3 id="address"> 地址
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Address.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Address.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>加密货币地址(通常)是钱包中公钥的编码形式,可以用作交易的接收者。在多重签名方案中,地址可以是包括若干公钥和/或其他信息的信息编码,如比特币P2SH地址的情况。</p>
</p>
</li>
<li>
<h3 id="authenticated-communication-channel"> 认证通信信道
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/AuthenticatedCommunicationChannel.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/AuthenticatedCommunicationChannel.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一种对通信方身份高度信任的沟通渠道。这可能是一种语音呼叫,其中验证了其已知语音的声音、数字签名消息(使用诸如PGP/GPG或S/MIME等强加密)或多个不可能同时受到损害的单独通道的组合,例如电子邮件+短信+通过松弛发送即时消息。</p>
</p>
</li>
<li>
<h3 id="drbg"> 确定性随机位发生器
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/DRBG.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/DRBG.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一种PRNG,它可以从一个种子中产生一些值(通常是键)。DRGBs主要有用是因为它们能够限制系统对安全熵源的依赖</p>
</p>
</li>
<li>
<h3 id="key"> 密钥
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Key.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Key.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>(存根)加密密钥是加密函数的输入。维基百科在公钥密码学中,公钥用于加密只能使用相应私钥解密的数据。类似地,私钥可用于为公钥可验证的任意数据生成不可复制的签名。在加密货币中,私钥通常可以包括附加的特定于应用程序的信息,例如比特币的链码。在这种情况下,术语密钥可应用于扩展密钥信息或可用于重构完整密钥的部分信息,因为两者都是敏感的私有信息。</p>
</p>
</li>
<li>
<h3 id="trusted-environment"> 可信环境
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/TrustedEnvironment.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/TrustedEnvironment.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>就本规范而言,受信任的环境包括: </p>
<ul>
<li>安装了适当的防病毒/反恶意软件的组织拥有的计算机</li>
<li>密钥持有者拥有的机器</li>
<li>组织允许使用钥匙/种子的其他机器。</li>
</ul>
<p>组织的可信环境策略应要求硬盘加密、短屏幕锁定超时、充分熵的帐户密码以及其他合理的安全措施。
此外,在可能的情况下,可信环境应使用物理访问控制,以防止未经授权的个人对键盘和屏幕进行“肩窥”。
诸如网吧、图书馆和其他公共空间中的公共机器是不可信的环境。</p>
</p>
</li>
<li>
<h3 id="strong-encryption"> 强加密
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/StrongEncryption.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/StrongEncryption.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>一种使用工业标准的加密或密钥导出算法对数据进行加密的系统,该算法具有加密密钥或密码,使得现代密码分析技术需要估计的全局综合计算能力和比密钥或种子的预期寿命多1000倍的时间来解密加密数据。一个加密算法的例子是在ESI 256中,在写入时(在未来几十年内,除非发现新的攻击向量),将提供必要的安全级别。如BIP 39所述,基于口令的密钥导出函数的示例是PBKDF2。维基百科</p>
</p>
</li>
<li>
<h3 id="identity-verification"> 身份验证
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Identity Verification.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Identity Verification.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>身份验证是一个分层的过程,通过该过程,组织或系统试图确认参与者声称是给定个人或组织的真实性。</p>
<p>个人身份验证的典型方法包括:</p>
<ul>
<li>一种或多种政府签发的身份证明(驾驶执照、护照等)</li>
<li>个人住宅的一份或多份证明(公用事业账单、银行对账单等)</li>
<li>通过在个人居住国(例如Equifax)内运作的信誉良好的身份验证服务成功完成挑战问题</li>
</ul>
<p>对于组织,支持记录可以包括:</p>
<ul>
<li>雇主识别号(“EIN”)、企业编号或基于管辖权的类似标识符</li>
<li>邓白氏编码</li>
<li>公司章程</li>
</ul>
<p>在任何一种情况下,都应提供并核实足够的证明文件,以支持行为人的身份要求。</p>
</p>
</li>
<li>
<h3 id="authentication-factor"> 认证因素
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/AuthenticationFactor.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/AuthenticationFactor.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>多因素身份验证方案需要多次身份验证。最常见的例子是用户名和密码的组合,其中每个输入都是身份验证的一个因素。要访问此方案中受保护的信息,参与者必须提供这两条信息。附加因素通常(尽管回报递减)会增加系统的安全性。常见的例子包括:</p>
<ul>
<li>可能需要TOTP令牌,其中令牌只能从播有TOTP秘密的设备(Google验证器)获得,这实际上要求参与者拥有特定的预授权设备。</li>
<li>OTP可以通过短信息、彩信或语音通话发送到电话号码。</li>
<li>可能需要进行生物特征扫描——尽管这通常仅在接入点处于受控和可信环境中时才有用。</li>
</ul>
<p>通俗地说,用户名不被认为是身份验证的因素,因为用户名通常不是秘密信息。这同样适用于电子邮件地址、电话号码和其他只“识别”参与者的数据。认证因素施加的要求只能由所确定的行为人来满足。</p>
</p>
</li>
<li>
<h3 id="entropy"> 熵
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Entropy.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Entropy.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>随机性通常从硬件、环境因素(执行时间)或外部来源(用户输入)收集。维基百科</p>
</p>
</li>
<li>
<h3 id="actor"> 参与者
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Actor.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Actor.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>(就本规范而言)直接使用加密密钥或种子的个人、组织、系统或服务是该密钥或种子上下文中的参与者。</p>
</p>
</li>
<li>
<h3 id="multisig"> 多重签名
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/Multisig.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/Multisig.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>加密货币钱包应用程序的一个常见安全特性是需要来自不同密钥的多个签名来创建有效的交易。</p>
</p>
</li>
<li>
<h3 id="proof-of-reserve"> 保留证明
<div class="contribution-links">
<a href="https://github.com/CryptoConsortium/CCSS/edit/master/_data/definitions/ProofOfReserve.yml">Edit</a>
| <a href="https://github.com/CryptoConsortium/CCSS/commits/master/_data/definitions/ProofOfReserve.yml">History</a>
| <a href="https://github.com/CryptoConsortium/CCSS/issues/new?body=Source%20File%3A%20%0A%0A">Discuss</a>
| <a href="#top">Top</a>
</div>
</h3>
<p><p>证明一个组织有权使用其声称拥有的所有资金的证明称为储备证明。基于公共分类账(区块链)的加密货币能够进行和公开验证准备金证明,尽管该术语也可以应用于私人审计,目的是向某些受众保证组织是善意运作的,而不是作为部分准备金</p>
</p>
</li>
</ul>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href='https://cryptoconsortium.org'><img src='/CCSS/images/C4_Color_Dark.png' class='org_logo' /> </a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://github.com/cryptoconsortium">
<span class="icon icon--github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">cryptoconsortium</span>
</a>
</li>
<li>
<a href="https://twitter.com/LearnMoreWithC4">
<span class="icon icon--twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">LearnMoreWithC4</span>
</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">The CryptoCurrency Certification Consortium (C4) establishes cryptocurrency standards that help ensure a balance of openness & privacy, security & usability, and trust & decentralization.
</p>
</div>
</div>
</div>
</footer>
</body>
</html>