Add entry for BLAKE3 with 256-bit output (default)

BLAKE3 is a fast cryptographic hash function. It is only one algorithm
with no variants. See https://github.com/BLAKE3-team/BLAKE3 for details.
This commit is contained in:
Nikolai Vazquez 2020-01-26 02:35:45 -05:00
parent 32c52e340e
commit b176bbeae7

View File

@ -197,6 +197,7 @@ blake2s-232, multihash, 0xb25d,
blake2s-240, multihash, 0xb25e,
blake2s-248, multihash, 0xb25f,
blake2s-256, multihash, 0xb260,
blake3-256, multihash, 0xb261, BLAKE3 has a default 32 byte output length. The maximum length is (2^64)-1 bytes.
skein256-8, multihash, 0xb301, Skein256 consists of 32 output lengths that give different hashes
skein256-16, multihash, 0xb302,
skein256-24, multihash, 0xb303,

1 name tag code description
197 blake2s-240 multihash 0xb25e
198 blake2s-248 multihash 0xb25f
199 blake2s-256 multihash 0xb260
200 blake3-256 multihash 0xb261 BLAKE3 has a default 32 byte output length. The maximum length is (2^64)-1 bytes.
201 skein256-8 multihash 0xb301 Skein256 consists of 32 output lengths that give different hashes
202 skein256-16 multihash 0xb302
203 skein256-24 multihash 0xb303