Bitcoin Core 31.99.0
P2P Digital Currency
Classes | Variables
bip324.h File Reference
#include <array>
#include <cstddef>
#include <optional>
#include <crypto/chacha20.h>
#include <crypto/chacha20poly1305.h>
#include <key.h>
#include <pubkey.h>
#include <span.h>
Include dependency graph for bip324.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BIP324Cipher
 The BIP324 packet cipher, encapsulating its key derivation, stream cipher, and AEAD. More...
 

Variables

static constexpr unsigned BIP324_SHORTIDS_IMPLEMENTED {38}
 

Variable Documentation

◆ BIP324_SHORTIDS_IMPLEMENTED

constexpr unsigned BIP324_SHORTIDS_IMPLEMENTED {38}
staticconstexpr

Definition at line 18 of file bip324.h.