Update documentation

This commit is contained in:
Jeffrey Walton 2020-12-20 22:42:16 -05:00
parent b5b4620840
commit bf2881b614
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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