From b176bbeae74a6ecad3a59133ac3230280e998a18 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sun, 26 Jan 2020 02:35:45 -0500 Subject: [PATCH] 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. --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index ca799e4..fa5faec 100644 --- a/table.csv +++ b/table.csv @@ -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,