]> git.codecow.com Git - Monocypher.git/commitdiff
Correted minor inaccuracy in the manual
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 11:49:49 +0000 (13:49 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 11:49:49 +0000 (13:49 +0200)
doc/man/man3/crypto_chacha20_encrypt.3monocypher

index a54ed16a5f770864b7d9db26319689935c15833e..eb811d5dd2fe4b91621a952cd4e964d1030d4f65 100644 (file)
@@ -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