Bitcoin ABC 0.30.5
P2P Digital Currency
|
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 |
|
staticconstexpr |
Definition at line 15 of file chacha_poly_aead.h.
|
staticconstexpr |
Definition at line 13 of file chacha_poly_aead.h.
|
staticconstexpr |
Definition at line 12 of file chacha_poly_aead.h.
|
staticconstexpr |
Definition at line 14 of file chacha_poly_aead.h.