From: Michael Savage Date: Tue, 28 Nov 2017 18:39:19 +0000 (+0200) Subject: crypto_sign manual tweaks X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=7b676e55aea428679a3c8e435debc812d302552a;p=Monocypher.git crypto_sign manual tweaks --- diff --git a/doc/man/man3/crypto_sign.3monocypher b/doc/man/man3/crypto_sign.3monocypher index 87eda9c..a3abe15 100644 --- a/doc/man/man3/crypto_sign.3monocypher +++ b/doc/man/man3/crypto_sign.3monocypher @@ -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