]> git.codecow.com Git - Monocypher.git/commitdiff
crypto_sign manual tweaks
authorMichael Savage <mikejsavage@gmail.com>
Tue, 28 Nov 2017 18:39:19 +0000 (20:39 +0200)
committerMichael Savage <mikejsavage@gmail.com>
Tue, 28 Nov 2017 18:39:19 +0000 (20:39 +0200)
doc/man/man3/crypto_sign.3monocypher

index 87eda9ce57446207c33ea2b4bf1c75b7bb3af21d..a3abe159437ba47833df17e5a742511008ce4c63 100644 (file)
@@ -32,7 +32,7 @@
 .Fn crypto_sign_public_key
 deterministically computes a public key from the specified
 secret key.
-That key must be random.
+The secret key must be random.
 See
 .Xr intro 3monocypher
 about random number generation (use your operating system's random
@@ -81,7 +81,7 @@ return nothing.
 They cannot fail.
 .Pp
 .Fn crypto_check
-returns zero for legitimate messages and -1 for forgeries.
+returns 0 for legitimate messages and -1 for forgeries.
 .Sh EXAMPLES
 Generate a public key from a random secret key:
 .Bd -literal -offset indent