![]() |
Bitcoin ABC
0.22.13
P2P Digital Currency
|
#include <script/sigcache.h>
#include <cuckoocache.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <util/system.h>
#include <boost/thread/shared_mutex.hpp>
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 71 of file sigcache.cpp.