Crypto++
8.2
Free C++ class library of cryptographic schemes
|
ChaCha20/Poly1305-TLS AEAD scheme. More...
Go to the source code of this file.
Classes | |
class | ChaCha20Poly1305_Base |
ChaCha20Poly1305 cipher base implementation. More... | |
class | ChaCha20Poly1305_Final< T_IsEncryption > |
ChaCha20Poly1305 cipher final implementation. More... | |
struct | ChaCha20Poly1305 |
ChaCha20/Poly1305-TLS AEAD scheme. More... | |
class | XChaCha20Poly1305_Base |
XChaCha20Poly1305 cipher base implementation. More... | |
class | XChaCha20Poly1305_Final< T_IsEncryption > |
XChaCha20Poly1305 cipher final implementation. More... | |
struct | XChaCha20Poly1305 |
XChaCha20/Poly1305-TLS AEAD scheme. More... | |
ChaCha20/Poly1305-TLS AEAD scheme.
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 ChaCha and Poly1305.
Definition in file chachapoly.h.