Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Include dependency graph for chacha_poly_aead.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ChaCha20Poly1305AEAD |
Variables | |
static constexpr int | CHACHA20_POLY1305_AEAD_KEY_LEN = 32 |
static constexpr int | CHACHA20_POLY1305_AEAD_AAD_LEN = 3 |
static constexpr int | CHACHA20_ROUND_OUTPUT = 64 |
static constexpr int | AAD_PACKAGES_PER_ROUND = 21 |
Variable Documentation
◆ AAD_PACKAGES_PER_ROUND
|
static |
Definition at line 15 of file chacha_poly_aead.h.
◆ CHACHA20_POLY1305_AEAD_AAD_LEN
|
static |
Definition at line 13 of file chacha_poly_aead.h.
Referenced by CHACHA20_POLY1305_AEAD(), ChaCha20Poly1305AEAD::Crypt(), and ChaCha20Poly1305AEAD::GetLength().
◆ CHACHA20_POLY1305_AEAD_KEY_LEN
|
static |
Definition at line 12 of file chacha_poly_aead.h.
Referenced by ChaCha20Poly1305AEAD::ChaCha20Poly1305AEAD().
◆ CHACHA20_ROUND_OUTPUT
|
static |
Definition at line 14 of file chacha_poly_aead.h.
Referenced by CHACHA20_POLY1305_AEAD(), ChaCha20Poly1305AEAD::Crypt(), and ChaCha20Poly1305AEAD::GetLength().