]> git.codecow.com Git - Monocypher.git/commitdiff
crypto_argon2i: The given usages are just examples; clarify as much
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 11:55:22 +0000 (13:55 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 11:55:22 +0000 (13:55 +0200)
doc/man/man3/crypto_argon2i.3monocypher

index b1458dfb23e399402d21950a1cc2f587bd79db15..7d28ad6a90ba27f2877b441a10ebbde98ef17a0c 100644 (file)
@@ -50,7 +50,7 @@
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.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.