Fix order

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

View File

@ -95,8 +95,8 @@ ws, multiaddr, 0x01dd,
wss, multiaddr, 0x01de,
p2p-websocket-star, multiaddr, 0x01df,
http, multiaddr, 0x01e0,
x11, multihash, 0x1100,
json, serialization, 0x0200, JSON (UTF-8-encoded)
x11, multihash, 0x1100,
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
95 wss multiaddr 0x01de
96 p2p-websocket-star multiaddr 0x01df
97 http multiaddr 0x01e0
x11 multihash 0x1100
98 json serialization 0x0200 JSON (UTF-8-encoded)
99 x11 multihash 0x1100
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