This repository has been archived by the owner on May 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bfe.json
70 lines (70 loc) · 1.91 KB
/
bfe.json
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
[
{
"code": 0,
"type": "feed",
"formats": [
{ "code": 0, "format": "classic", "data_length": 32, "sigil": "@", "suffix": ".ed25519" },
{ "code": 1, "format": "gabbygrove-v1", "data_length": 32 },
{ "code": 2, "format": "bamboo", "data_length": 32 },
{ "code": 3, "format": "bendybutt-v1", "data_length": 32 }
]
},
{
"code": 1,
"type": "message",
"formats": [
{ "code": 0, "format": "classic", "data_length": 32, "sigil": "%", "suffix": ".sha256" },
{ "code": 1, "format": "gabbygrove-v1", "data_length": 32 },
{ "code": 2, "format": "cloaked", "data_length": 32, "sigil": "%", "suffix": ".cloaked" },
{ "code": 3, "format": "bamboo", "data_length": 64 },
{ "code": 4, "format": "bendybutt-v1", "data_length": 32 }
]
},
{
"code": 2,
"type": "blob",
"formats": [
{ "code": 0, "format": "classic", "data_length": 32, "sigil": "&", "suffix": ".sha256" }
]
},
{
"code": 3,
"type": "encryption-key",
"formats": [
{ "code": 0, "format": "box2-dm-dh", "data_length": 32 },
{ "code": 1, "format": "box2-pobox-dh", "data_length": 32 }
]
},
{
"code": 4,
"type": "signature",
"formats": [
{ "code": 0, "format": "msg-ed25519", "data_length": 64, "signature_length": 64, "suffix": ".sig.ed25519" }
]
},
{
"code": 5,
"type": "encrypted",
"formats": [
{ "code": 0, "format": "box1", "suffix": ".box" },
{ "code": 1, "format": "box2", "suffix": ".box2" }
]
},
{
"code": 6,
"type": "generic",
"formats": [
{ "code": 0, "format": "string-UTF8" },
{ "code": 1, "format": "boolean" },
{ "code": 2, "format": "nil" },
{ "code": 3, "format": "any-bytes" }
]
},
{
"code": 7,
"type": "identity",
"formats": [
{ "code": 0, "format": "po-box" , "data_length": 32 }
]
}
]