Skip to content

Commit

Permalink
Merge pull request #131 from multiformats/feat/libp2p-pubkey
Browse files Browse the repository at this point in the history
multicodec: add IPLD codec for libp2p public keys
  • Loading branch information
Stebalien authored May 27, 2019
2 parents 04bdc2d + 7b1f04e commit 11de049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rlp, serialization, 0x60, recursive length
bencode, serialization, 0x63, bencode
dag-pb, ipld, 0x70, MerkleDAG protobuf
dag-cbor, ipld, 0x71, MerkleDAG cbor
libp2p-key, ipld, 0x72, Libp2p Public Key
git-raw, ipld, 0x78, Raw Git object
torrent-info, ipld, 0x7b, Torrent file info field (bencoded)
torrent-file, ipld, 0x7c, Torrent file (bencoded)
Expand Down

0 comments on commit 11de049

Please sign in to comment.