From b4d01c709691069223f572be80da99806a559756 Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 31 Mar 2020 13:55:22 +0200 Subject: [PATCH] crypto_argon2i: The given usages are just examples; clarify as much --- doc/man/man3/crypto_argon2i.3monocypher | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.47.3