Update table.csv

Add codec codes from https://github.com/multiformats/js-multicodec/blob/master/src/base-table.js
This commit is contained in:
RasmusErik Voel Jensen 2017-03-12 21:39:39 +01:00 committed by GitHub
parent 04ca960a40
commit c144a5ff48

View File

@ -17,10 +17,10 @@ base64, rfc4648, 0x
base64url, rfc4648, 0x
serialization formats,,
cbor, CBOR, 0x
cbor, CBOR, 0x51
bson, Binary JSON, 0x
ubjson, Universal Binary JSON, 0x
protobuf, Protocol Buffers, 0x
protobuf, Protocol Buffers, 0x50
capnp, Cap-n-Proto, 0x
flatbuf, FlatBuffers, 0x
rlp, recursive length prefix, 0x60

1 codec description code
17 cbor CBOR 0x 0x51
18 bson Binary JSON 0x
19 ubjson Universal Binary JSON 0x
20 protobuf Protocol Buffers 0x 0x50
21 capnp Cap-n-Proto 0x
22 flatbuf FlatBuffers 0x
23 rlp recursive length prefix 0x60
24 msgpack MessagePack 0x
25 binc Binc 0x
26 multiformats