This commit is contained in:
Kenneth Schiller 2019-07-24 15:02:44 -07:00 committed by GitHub
parent e7c6ef591d
commit 1c023376c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ wss, multiaddr, 0x01de,
p2p-websocket-star, multiaddr, 0x01df,
http, multiaddr, 0x01e0,
x11, multihash, 0x1100,
json, serialization, 0x0200, JSON (UTF-8-encoded)
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes
blake2b-16, multihash, 0xb202,
blake2b-24, multihash, 0xb203,

1 name tag code description
96 p2p-websocket-star multiaddr 0x01df
97 http multiaddr 0x01e0
98 x11 multihash 0x1100
99 json serialization 0x0200 JSON (UTF-8-encoded)
100 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes
101 blake2b-16 multihash 0xb202
102 blake2b-24 multihash 0xb203