Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <array>
#include <cstddef>
#include <optional>
#include <crypto/chacha20.h>
#include <crypto/chacha20poly1305.h>
#include <key.h>
#include <pubkey.h>
#include <span.h>
Go to the source code of this file.
Classes | |
class | BIP324Cipher |
The BIP324 packet cipher, encapsulating its key derivation, stream cipher, and AEAD. More... | |