Skip to content

Commit 15db500

Browse files
committed
Update table.csv with ripemd definitions
1 parent bf5c480 commit 15db500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

table.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dns6, multiaddr, 0x37,
3232
dnsaddr, multiaddr, 0x38,
3333
protobuf, serialization, 0x50, Protocol Buffers
3434
cbor, serialization, 0x51, CBOR
35+
ripemd-160, multihash, 0x52,
3536
raw, ipld, 0x55, raw binary
3637
dbl-sha2-256, multihash, 0x56,
3738
rlp, serialization, 0x60, recursive length prefix
@@ -108,6 +109,9 @@ json, serialization, 0x0200, JSON (UTF-8-enco
108109
messagepack, serialization, 0x0201, MessagePack
109110
libp2p-peer-record, libp2p, 0x0301, libp2p peer record type
110111
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
112+
ripemd-128, multihash, 0x1052,
113+
ripemd-256, multihash, 0x1053,
114+
ripemd-320, multihash, 0x1054,
111115
x11, multihash, 0x1100,
112116
sm3-256, multihash, 0x534d,
113117
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes

0 commit comments

Comments
 (0)