Add ripemd definitions (#175)

Update table.csv with ripemd definitions
This commit is contained in:
Michael Vandeberg 2020-05-20 03:40:31 -07:00 committed by GitHub
parent bf5c4806e7
commit 840ffc16ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,10 @@ json, serialization, 0x0200, JSON (UTF-8-enco
messagepack, serialization, 0x0201, MessagePack
libp2p-peer-record, libp2p, 0x0301, libp2p peer record type
sha2-256-trunc254-padded, multihash, 0x1012, SHA2-256 with the two most significant bits from the last byte zeroed (as via a mask with 0b00111111) - used for proving trees as in Filecoin
ripemd-128, multihash, 0x1052,
ripemd-160, multihash, 0x1053,
ripemd-256, multihash, 0x1054,
ripemd-320, multihash, 0x1055,
x11, multihash, 0x1100,
sm3-256, multihash, 0x534d,
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes

1 name tag code description
108 messagepack serialization 0x0201 MessagePack
109 libp2p-peer-record libp2p 0x0301 libp2p peer record type
110 sha2-256-trunc254-padded multihash 0x1012 SHA2-256 with the two most significant bits from the last byte zeroed (as via a mask with 0b00111111) - used for proving trees as in Filecoin
111 ripemd-128 multihash 0x1052
112 ripemd-160 multihash 0x1053
113 ripemd-256 multihash 0x1054
114 ripemd-320 multihash 0x1055
115 x11 multihash 0x1100
116 sm3-256 multihash 0x534d
117 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes