]> git.codecow.com Git - Monocypher.git/commitdiff
crypto_sign: s/document/message/
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 12:03:36 +0000 (14:03 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 12:03:36 +0000 (14:03 +0200)
We don't need to introduce new, confusing terminology right at the end
of the page.

doc/man/man3/crypto_sign.3monocypher

index 5013c4e289dc58e42273ce1f2035219a8133e363..44c08c8bf9bb916b4c22bc33e6a50231d738781e 100644 (file)
@@ -50,7 +50,7 @@
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.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