From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 31 Mar 2020 11:55:22 +0000 (+0200) Subject: crypto_argon2i: The given usages are just examples; clarify as much X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b4d01c709691069223f572be80da99806a559756;p=Monocypher.git crypto_argon2i: The given usages are just examples; clarify as much --- diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index b1458df..7d28ad6 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 March 2, 2020 +.Dd March 31, 2020 .Dt CRYPTO_ARGON2I 3MONOCYPHER .Os .Sh NAME @@ -93,7 +93,8 @@ It runs in constant time with respect to the contents of the password. .Pp Typical applications are password checking (for online services), and key derivation (for encryption). -Derived keys can be used to encrypt private keys or password databases. +Derived keys can be used to encrypt, for example, private keys or +password databases. .Pp The version provided by Monocypher has no threading support, so the degree of parallelism is limited to 1.