]> git.codecow.com Git - Monocypher.git/commitdiff
Minor man page nitipick
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 8 Feb 2020 16:04:15 +0000 (17:04 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 8 Feb 2020 16:04:15 +0000 (17:04 +0100)
doc/man/man3/crypto_blake2b.3monocypher
doc/man/man3/optional/crypto_sha512.3monocypher

index c816b25188d958f0caa189fe545c4e630b244b47..d6c9da7ce905f6138f37e6f48f0d60ece2a7c81f 100644 (file)
 BLAKE2b is a fast cryptographically secure hash, based on the ideas of
 Chacha20.
 It is faster than MD5, yet just as secure as SHA-3.
-However, BLAKE2b itself
-.Sy is not suitable for hashing passwords and deriving keys from them ;
+.Pp
+Note that BLAKE2b itself is not suitable for hashing passwords and
+deriving keys from them;
 use the
 .Xr crypto_argon2i 3monocypher
 family of functions for that purpose instead.
index 83bcea9faf7ff63715a88a2d4dfa471142029d17..7684f599f93ccf1672536ce685a90c96e4c58fbc 100644 (file)
@@ -88,8 +88,9 @@ It is generally recommended to use
 instead,
 as it both performs faster on x86_64 CPUs and
 lacks many of the pitfalls of SHA-512.
-However, SHA-512 itself
-.Sy is not suitable for hashing passwords and deriving keys from them ;
+.Pp
+Note that SHA-512 itself is not suitable for hashing passwords and
+deriving keys from them;
 use the
 .Xr crypto_argon2i 3monocypher
 family of functions for that purpose instead.