Add dag-jose, -cose

See discussion here: https://github.com/ipld/specs/issues/251
This commit is contained in:
Joel Thorstensson 2020-03-20 13:05:02 +01:00 committed by Volker Mische
parent bb0f8b2bb9
commit 67156283e1

View File

@ -39,6 +39,8 @@ bencode, serialization, 0x63, bencode
dag-pb, ipld, 0x70, MerkleDAG protobuf
dag-cbor, ipld, 0x71, MerkleDAG cbor
libp2p-key, ipld, 0x72, Libp2p Public Key
dag-jose, ipld, 0x73, MerkleDAG JOSE
dag-cose, ipld, 0x74, MerkleDAG COSE
git-raw, ipld, 0x78, Raw Git object
torrent-info, ipld, 0x7b, Torrent file info field (bencoded)
torrent-file, ipld, 0x7c, Torrent file (bencoded)

1 name tag code description
39 dag-pb ipld 0x70 MerkleDAG protobuf
40 dag-cbor ipld 0x71 MerkleDAG cbor
41 libp2p-key ipld 0x72 Libp2p Public Key
42 dag-jose ipld 0x73 MerkleDAG JOSE
43 dag-cose ipld 0x74 MerkleDAG COSE
44 git-raw ipld 0x78 Raw Git object
45 torrent-info ipld 0x7b Torrent file info field (bencoded)
46 torrent-file ipld 0x7c Torrent file (bencoded)