From: Michael Hinz Date: Fri, 3 Nov 2023 13:17:39 +0000 (+0100) Subject: Fix documentation regarding KMAC sizes X-Git-Tag: openssl-3.3.0-alpha1~668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d1ab3b6c7468ce0f534f09e305a539101f9c3d;p=thirdparty%2Fopenssl.git Fix documentation regarding KMAC sizes As per recommendation by jfinkhaeuser, this documents the defaults for KMAC-128 as 32 and for KMAC-256 as 64. The code already accomodates for these values, so no changes are needed there. Fixes #22381 CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/22614) --- diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod index 1065c166db2..dc67c66336d 100644 --- a/doc/man7/EVP_MAC-KMAC.pod +++ b/doc/man7/EVP_MAC-KMAC.pod @@ -51,7 +51,7 @@ It is an optional value with a length of at most 512 bytes, and is empty by defa =item "size" (B) Sets the MAC size. -By default, it is 16 for C and 32 for C. +By default, it is 32 for C and 64 for C. =item "block-size" (B)