Merge pull request #154 from nvzqz/add-blake3

Add entry for BLAKE3 with 256-bit output (default)
This commit is contained in:
Steven Allen 2020-01-28 09:24:08 -08:00 committed by GitHub
commit 18e8a24af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ keccak-224, multihash, 0x1a, keccak has varia
keccak-256, multihash, 0x1b,
keccak-384, multihash, 0x1c,
keccak-512, multihash, 0x1d,
blake3, multihash, 0x1e, BLAKE3 has a default 32 byte output length. The maximum length is (2^64)-1 bytes.
dccp, multiaddr, 0x21,
murmur3-128, multihash, 0x22,
murmur3-32, multihash, 0x23,

1 name tag code description
15 keccak-256 multihash 0x1b
16 keccak-384 multihash 0x1c
17 keccak-512 multihash 0x1d
18 blake3 multihash 0x1e BLAKE3 has a default 32 byte output length. The maximum length is (2^64)-1 bytes.
19 dccp multiaddr 0x21
20 murmur3-128 multihash 0x22
21 murmur3-32 multihash 0x23