From 9b6f0d0ae3a053c04cab2ac8d21af3511333715f Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 16 Apr 2018 13:49:49 +0200 Subject: [PATCH] Correted minor inaccuracy in the manual --- doc/man/man3/crypto_chacha20_encrypt.3monocypher | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3