From: наб Date: Thu, 19 Oct 2023 22:01:28 +0000 (+0200) Subject: Document BLAKE2's variable size X-Git-Tag: openssl-3.3.0-alpha1~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79665922cb6a11aa0e85386bd535a735ca288661;p=thirdparty%2Fopenssl.git Document BLAKE2's variable size Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22444) --- diff --git a/doc/man3/EVP_blake2b512.pod b/doc/man3/EVP_blake2b512.pod index 55bd9f3bce7..7bf08f6495f 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