Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Dec 21, 2020
1 parent b5b4620 commit bf2881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chachapoly.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf2881b

Please sign in to comment.