mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update documentation
This commit is contained in:
parent
b5b4620840
commit
bf2881b614
@ -2,7 +2,7 @@
|
|||||||
// RFC 8439, Section 2.8, AEAD Construction, http://tools.ietf.org/html/rfc8439
|
// RFC 8439, Section 2.8, AEAD Construction, http://tools.ietf.org/html/rfc8439
|
||||||
|
|
||||||
/// \file chachapoly.h
|
/// \file chachapoly.h
|
||||||
/// \brief ChaCha20/Poly1305-TLS AEAD scheme
|
/// \brief IETF ChaCha20/Poly1305 AEAD scheme
|
||||||
/// \details ChaCha20Poly1305 is an authenticated encryption scheme that combines
|
/// \details ChaCha20Poly1305 is an authenticated encryption scheme that combines
|
||||||
/// ChaCha20TLS and Poly1305TLS. The scheme is defined in RFC 8439, section 2.8,
|
/// ChaCha20TLS and Poly1305TLS. The scheme is defined in RFC 8439, section 2.8,
|
||||||
/// AEAD_CHACHA20_POLY1305 construction, and uses the IETF versions of ChaCha20
|
/// AEAD_CHACHA20_POLY1305 construction, and uses the IETF versions of ChaCha20
|
||||||
|
Loading…
Reference in New Issue
Block a user