From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 31 Mar 2020 12:03:36 +0000 (+0200) Subject: crypto_sign: s/document/message/ X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3568fc85daeacc5a5843c9e5e3ffde02b93f6e58;p=Monocypher.git crypto_sign: s/document/message/ We don't need to introduce new, confusing terminology right at the end of the page. --- diff --git a/doc/man/man3/crypto_sign.3monocypher b/doc/man/man3/crypto_sign.3monocypher index 5013c4e..44c08c8 100644 --- a/doc/man/man3/crypto_sign.3monocypher +++ b/doc/man/man3/crypto_sign.3monocypher @@ -50,7 +50,7 @@ .\" with this software. If not, see .\" .\" -.Dd March 2, 2020 +.Dd March 31, 2020 .Dt CRYPTO_SIGN 3MONOCYPHER .Os .Sh NAME @@ -220,7 +220,7 @@ signatures. Some of them require knowledge of the private key. Others only require knowledge of an existing signature. Observing a valid signature only proves that someone with knowledge of -the private key signed the document at some point. +the private key signed the message at some point. Do not rely on any other security property. .Ss Fault injection and power analysis Fault injection (also known as glitching) and power analysis may be used