-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDOMAIN_PREFIXES.json
More file actions
43 lines (43 loc) · 1.43 KB
/
DOMAIN_PREFIXES.json
File metadata and controls
43 lines (43 loc) · 1.43 KB
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
{
"schemaVersion": 1,
"foundationVersion": "1.1.1",
"description": "Domain separation prefix closure. No ad-hoc prefixes allowed.",
"prefixes": [
{
"prefix": "AETHER3D:PATCH_ID",
"purpose": "Domain separation for patchId hash computation",
"identityCritical": true,
"introducedInVersion": "1.1",
"encoding": "length_prefixed_utf8_no_nul"
},
{
"prefix": "AETHER3D:GEOM_ID",
"purpose": "Domain separation for geomId hash computation",
"identityCritical": true,
"introducedInVersion": "1.1",
"encoding": "length_prefixed_utf8_no_nul"
},
{
"prefix": "AETHER3D:MESH_EPOCH",
"purpose": "Domain separation for meshEpochSalt hash computation",
"identityCritical": true,
"introducedInVersion": "1.1",
"encoding": "length_prefixed_utf8_no_nul"
},
{
"prefix": "AETHER3D:ASSET_ROOT",
"purpose": "Domain separation for asset root hash computation",
"identityCritical": true,
"introducedInVersion": "1.1",
"encoding": "length_prefixed_utf8_no_nul"
},
{
"prefix": "AETHER3D:EVIDENCE",
"purpose": "Domain separation for evidence hash computation",
"identityCritical": true,
"introducedInVersion": "1.1",
"encoding": "length_prefixed_utf8_no_nul"
}
],
"rule": "No ad-hoc prefixes allowed. All prefixes must be registered here. Any new prefix requires RFC and version bump."
}