![]() |
Bitcoin ABC
0.26.3
P2P Digital Currency
|
#include <script/sigcache.h>
#include <cuckoocache.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <util/system.h>
#include <algorithm>
#include <mutex>
#include <shared_mutex>
#include <vector>
Go to the source code of this file.
Functions | |
void | InitSignatureCache () |
template<typename F > | |
bool | RunMemoizedCheck (const std::vector< uint8_t > &vchSig, const CPubKey &pubkey, const uint256 &sighash, bool storeOrErase, const F &fun) |
void InitSignatureCache | ( | ) |
Definition at line 80 of file sigcache.cpp.