Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <cstddef>
#include <stdint.h>
#include <crypto/chacha20.h>
#include <crypto/poly1305.h>
#include <span.h>
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... | |