add gm sm3-256 multihash to table

This commit is contained in:
studyzy 2019-12-13 16:02:10 +08:00
parent aa370d6bb2
commit 0616142bce
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ http, multiaddr, 0x01e0,
json, serialization, 0x0200, JSON (UTF-8-encoded)
messagepack, serialization, 0x0201, MessagePack
x11, multihash, 0x1100,
sm3-256, multihash, 0x534d,
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
100 json serialization 0x0200 JSON (UTF-8-encoded)
101 messagepack serialization 0x0201 MessagePack
102 x11 multihash 0x1100
103 sm3-256 multihash 0x534d
104 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes
105 blake2b-16 multihash 0xb202
106 blake2b-24 multihash 0xb203