Skip to content

Commit 2b37480

Browse files
authored
Re-label existing non-cryptographic hash functions (#310)
1 parent 9f60796 commit 2b37480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

table.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ keccak-512, multihash, 0x1d, draft,
2121
blake3, multihash, 0x1e, draft, BLAKE3 has a default 32 byte output length. The maximum length is (2^64)-1 bytes.
2222
sha2-384, multihash, 0x20, permanent, aka SHA-384; as specified by FIPS 180-4.
2323
dccp, multiaddr, 0x21, draft,
24-
murmur3-x64-64, multihash, 0x22, permanent, The first 64-bits of a murmur3-x64-128 - used for UnixFS directory sharding.
25-
murmur3-32, multihash, 0x23, draft,
24+
murmur3-x64-64, hash, 0x22, permanent, The first 64-bits of a murmur3-x64-128 - used for UnixFS directory sharding.
25+
murmur3-32, hash, 0x23, draft,
2626
ip6, multiaddr, 0x29, permanent,
2727
ip6zone, multiaddr, 0x2a, draft,
2828
ipcidr, multiaddr, 0x2b, draft, CIDR mask for IP addresses
@@ -145,7 +145,7 @@ sha2-256-trunc254-padded, multihash, 0x1012, permanent, SHA2-
145145
sha2-224, multihash, 0x1013, permanent, aka SHA-224; as specified by FIPS 180-4.
146146
sha2-512-224, multihash, 0x1014, permanent, aka SHA-512/224; as specified by FIPS 180-4.
147147
sha2-512-256, multihash, 0x1015, permanent, aka SHA-512/256; as specified by FIPS 180-4.
148-
murmur3-x64-128, multihash, 0x1022, draft,
148+
murmur3-x64-128, hash, 0x1022, draft,
149149
ripemd-128, multihash, 0x1052, draft,
150150
ripemd-160, multihash, 0x1053, draft,
151151
ripemd-256, multihash, 0x1054, draft,

0 commit comments

Comments
 (0)