![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#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>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) |
| 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.