From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Sat, 26 Sep 2020 06:38:50 +0000 (+0200) Subject: argon2i: Note that all parameters influence output X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bc1efeec710f3effbfb525de81c996f822b0c57c;p=Monocypher.git argon2i: Note that all parameters influence output Sparked by #190. --- diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index 024832d..b5cfad6 100644 --- a/doc/man/man3/crypto_argon2i.3monocypher +++ b/doc/man/man3/crypto_argon2i.3monocypher @@ -50,7 +50,7 @@ .\" with this software. If not, see .\" .\" -.Dd April 8, 2020 +.Dd September 26, 2020 .Dt CRYPTO_ARGON2I 3MONOCYPHER .Os .Sh NAME @@ -106,6 +106,16 @@ are: .Bl -tag -width Ds .It Fa hash The output hash. +If all parameters to +.Fn crypto_argon2i +or +.Fn crypto_argon2i_general +are identical between two calls, +then the output +.Fa hash +is also identical. +In other words, all input parameters passed to the function influence +the output value. .It Fa hash_size Length of .Fa hash ,