From 840ffc16efd76a01245cda64e04f7242f4f43e8d Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Wed, 20 May 2020 03:40:31 -0700 Subject: [PATCH] Add ripemd definitions (#175) Update table.csv with ripemd definitions --- table.csv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/table.csv b/table.csv index 2c039aa..d62abd5 100644 --- a/table.csv +++ b/table.csv @@ -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