Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <crypto/common.h>
#include <crypto/siphash.h>
#include <primitives/transaction.h>
#include <uint256.h>
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Classes | |
class | SaltedTxidHasher |
class | SaltedOutpointHasher |
struct | FilterHeaderHasher |
class | SignatureCacheHasher |
We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation. More... | |
struct | BlockHasher |
class | SaltedSipHasher |