Merge pull request #152 from studyzy/master

add gm sm3-256 multihash to table
This commit is contained in:
Steven Allen 2019-12-17 18:52:51 +01:00 committed by GitHub
commit 32c52e340e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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