]> git.codecow.com Git - Monocypher.git/commitdiff
Removed "crypto_sign() buffers can't overlap" from the man page.
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Sep 2017 10:30:49 +0000 (12:30 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Sep 2017 10:32:58 +0000 (12:32 +0200)
doc/man/man3/crypto_sign.3monocypher

index 99a0c461a2005676d7bb541b78e5dde226cebabb..3eb47b4ffef5c325b9397c71b44876757299e94d 100644 (file)
@@ -65,12 +65,6 @@ function signs a message with your secret key
 .Fa secret_key .
 The public key is optional, and will be recomputed if not provided.
 However, this doubles execution time.
-The
-.Fa signature
-and the
-.Fa message
-argument
-.Em must not overlap .
 .Pp
 The
 .Fn crypto_check