Bitcoin ABC 0.32.4
P2P Digital Currency
Functions
sigcache.cpp File Reference
#include <script/sigcache.h>
#include <crypto/sha256.h>
#include <logging.h>
#include <pubkey.h>
#include <random.h>
#include <script/interpreter.h>
#include <span.h>
#include <uint256.h>
#include <mutex>
#include <shared_mutex>
#include <vector>
Include dependency graph for sigcache.cpp:

Go to the source code of this file.

Functions

template<typename F >
bool RunMemoizedCheck (SignatureCache &signatureCache, const std::vector< uint8_t > &vchSig, const CPubKey &pubkey, const uint256 &sighash, bool storeOrErase, const F &fun)
 

Function Documentation

◆ RunMemoizedCheck()

template<typename F >
bool RunMemoizedCheck ( SignatureCache signatureCache,
const std::vector< uint8_t > &  vchSig,
const CPubKey pubkey,
const uint256 sighash,
bool  storeOrErase,
const F &  fun 
)

Definition at line 56 of file sigcache.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: