From 8e527e72bd84df638635a1d440ca70c16fad1b45 Mon Sep 17 00:00:00 2001 From: Jeremy Banks <_@jeremy.ca> Date: Tue, 14 Feb 2017 00:40:08 -0500 Subject: [PATCH] Add BitTorrent info metadata format as 0x7b. Also adds BitTorrent's bencoding under serialization formats, but leaves it unassigned for now. --- table.csv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/table.csv b/table.csv index 370d096..bd96726 100644 --- a/table.csv +++ b/table.csv @@ -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 +