From 7b676e55aea428679a3c8e435debc812d302552a Mon Sep 17 00:00:00 2001 From: Michael Savage Date: Tue, 28 Nov 2017 20:39:19 +0200 Subject: [PATCH] crypto_sign manual tweaks --- doc/man/man3/crypto_sign.3monocypher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3