From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 31 Mar 2020 11:52:30 +0000 (+0200) Subject: crypto_blake2b: Harmonize description with MAC example X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=628f027;p=Monocypher.git crypto_blake2b: Harmonize description with MAC example --- 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.