From f9b4d7bee1e486723aa3d406ba885fb23634ae8e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Aug 2024 21:01:08 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libhashsum.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libhashsum.h b/libhashsum.h index 00fbb17..7f828c0 100644 --- a/libhashsum.h +++ b/libhashsum.h @@ -67,10 +67,10 @@ enum libhashsum_algorithm { LIBHASHSUM_RAWSHAKE128, /**< RawSHAKE128 */ LIBHASHSUM_RAWSHAKE256, /**< RawSHAKE256 */ LIBHASHSUM_RAWSHAKE512, /**< RawSHAKE512 */ - LIBHASHSUM_BLAKE224, /**< BLAKE224 */ - LIBHASHSUM_BLAKE256, /**< BLAKE256 */ - LIBHASHSUM_BLAKE384, /**< BLAKE384 */ - LIBHASHSUM_BLAKE512 /**< BLAKE512 */ + LIBHASHSUM_BLAKE224, /**< BLAKE224 (BLAKE, BLAKEs) */ + LIBHASHSUM_BLAKE256, /**< BLAKE256 (BLAKE, BLAKEs) */ + LIBHASHSUM_BLAKE384, /**< BLAKE384 (BLAKE, BLAKEb) */ + LIBHASHSUM_BLAKE512 /**< BLAKE512 (BLAKE, BLAKEb) */ }; -- cgit v1.2.3-70-g09d2