From 79665922cb6a11aa0e85386bd535a735ca288661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 20 Oct 2023 00:01:28 +0200 Subject: [PATCH] Document BLAKE2's variable size Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22444) --- doc/man3/EVP_blake2b512.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/man3/EVP_blake2b512.pod b/doc/man3/EVP_blake2b512.pod index 55bd9f3bce..7bf08f6495 100644 --- a/doc/man3/EVP_blake2b512.pod +++ b/doc/man3/EVP_blake2b512.pod @@ -38,9 +38,8 @@ calling these functions multiple times and should consider using L with L instead. See L for further information. -While the BLAKE2b and BLAKE2s algorithms supports a variable length digest, -this implementation outputs a digest of a fixed length (the maximum length -supported), which is 512-bits for BLAKE2b and 256-bits for BLAKE2s. +Both algorithms support a variable-length digest, +but this is only available through L. =head1 RETURN VALUES