Add BitTorrent info metadata format as 0x7b.

Also adds BitTorrent's bencoding under serialization formats,
but leaves it unassigned for now.
This commit is contained in:
Jeremy Banks 2017-02-14 00:40:08 -05:00
parent 04ca960a40
commit 8e527e72bd
No known key found for this signature in database
GPG Key ID: FE2758BEDCBD136E

View File

@ -26,6 +26,7 @@ flatbuf, FlatBuffers, 0x
rlp, recursive length prefix, 0x60
msgpack, MessagePack, 0x
binc, Binc, 0x
bencoding, Bencoding, 0x
multiformats,,
multicodec, , 0x30
@ -194,3 +195,6 @@ zcash-block, Zcash Block, 0xc0
zcash-tx, Zcash Tx, 0xc1
stellar-block, Stellar Block, 0xd0
stellar-tx, Stellar Tx, 0xd1
bittorrent, BitTorrent info metadata (bencoded), 0x7b

1 codec description code
26 multiformats bencoding Bencoding 0x
27 multicodec multiformats 0x30
28 multihash multicodec 0x31 0x30
29 multihash 0x31
30 multiaddr 0x32
31 multibase 0x33
32 multihashes
195
196
197
198
199
200