![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <crypto/chacha20.h>#include <crypto/poly1305.h>#include <span.h>#include <cstddef>#include <cstdint>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | AEADChaCha20Poly1305 |
| The AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439 section 2.8. More... | |
| class | FSChaCha20Poly1305 |
| Forward-secure wrapper around AEADChaCha20Poly1305. More... | |