The AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439 section 2.8.
Synopsis
Declared in <crypto/chacha20poly1305.h>
class AEADChaCha20Poly1305;
Type Aliases
Name |
Description |
96‐bit nonce type. |
Member Functions
Name |
Description |
|
Initialize an AEAD instance with a specified 32‐byte key. |
|
|
|
|
Get a number of keystream bytes from the underlying stream cipher. |
|
Switch to another 32‐byte key. |