Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <script/sigcache.h>
#include <common/system.h>
#include <cuckoocache.h>
#include <logging.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <algorithm>
#include <mutex>
#include <optional>
#include <shared_mutex>
#include <vector>
Go to the source code of this file.
Functions | |
bool | InitSignatureCache (size_t max_size_bytes) |
template<typename F > | |
bool | RunMemoizedCheck (const std::vector< uint8_t > &vchSig, const CPubKey &pubkey, const uint256 &sighash, bool storeOrErase, const F &fun) |
bool InitSignatureCache | ( | size_t | max_size_bytes | ) |