summaryrefslogtreecommitdiff
path: root/chachapoly.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-20 22:42:16 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-20 22:42:16 -0500
commitbf2881b614c7c5b437550d0e6008252adc06d4e3 (patch)
tree63342a1d48a2ed7e0f0fc9853681734e20653187 /chachapoly.h
parentb5b4620840dfe8a263ec0f30843dd9cdaa74eff6 (diff)
downloadcryptopp-git-bf2881b614c7c5b437550d0e6008252adc06d4e3.tar.gz
Update documentation
Diffstat (limited to 'chachapoly.h')
-rw-r--r--chachapoly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chachapoly.h b/chachapoly.h
index e29c81ce..e480456d 100644
--- a/chachapoly.h
+++ b/chachapoly.h
@@ -2,7 +2,7 @@
// RFC 8439, Section 2.8, AEAD Construction, http://tools.ietf.org/html/rfc8439
/// \file chachapoly.h
-/// \brief ChaCha20/Poly1305-TLS AEAD scheme
+/// \brief IETF ChaCha20/Poly1305 AEAD scheme
/// \details ChaCha20Poly1305 is an authenticated encryption scheme that combines
/// ChaCha20TLS and Poly1305TLS. The scheme is defined in RFC 8439, section 2.8,
/// AEAD_CHACHA20_POLY1305 construction, and uses the IETF versions of ChaCha20