From 628f02784c2eb5bc115244bd6ba29334e9b1efd7 Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 31 Mar 2020 13:52:30 +0200 Subject: [PATCH] crypto_blake2b: Harmonize description with MAC example --- doc/man/man3/crypto_blake2b.3monocypher | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/crypto_blake2b.3monocypher b/doc/man/man3/crypto_blake2b.3monocypher index 5ff809f..6208299 100644 --- a/doc/man/man3/crypto_blake2b.3monocypher +++ b/doc/man/man3/crypto_blake2b.3monocypher @@ -50,7 +50,7 @@ .\" with this software. If not, see .\" .\" -.Dd March 2, 2020 +.Dd March 31, 2020 .Dt CRYPTO_BLAKE2B 3MONOCYPHER .Os .Sh NAME @@ -124,7 +124,10 @@ Length of in bytes. Must be between 1 and 64. 64 is recommended. -Anything below 32 is discouraged. +Anything below 32 is discouraged when using Blake2b as a general-purpose +hash function; +anything below 16 is discouraged when using Blake2b as a message +authentication code. .It Fa key Some secret key. One cannot predict the final hash without it. -- 2.47.3