From: Loup Vaillant Date: Mon, 16 Apr 2018 11:49:49 +0000 (+0200) Subject: Correted minor inaccuracy in the manual X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=9b6f0d0ae3a053c04cab2ac8d21af3511333715f;p=Monocypher.git Correted minor inaccuracy in the manual --- diff --git a/doc/man/man3/crypto_chacha20_encrypt.3monocypher b/doc/man/man3/crypto_chacha20_encrypt.3monocypher index a54ed16..eb811d5 100644 --- a/doc/man/man3/crypto_chacha20_encrypt.3monocypher +++ b/doc/man/man3/crypto_chacha20_encrypt.3monocypher @@ -176,8 +176,7 @@ Resuming the encryption will use the stream at the block .Ql ctr \(mu 64 ) . This can be used to encrypt (or decrypt) part of a long message, or to implement some AEAD constructions such as the one described in RFC -7539 (not implemented in Monocypher because of its complexity and -limitations). +7539. Be careful when using this not to accidentally reuse parts of the random stream as that would destroy confidentiality. .Sh RETURN VALUES