6 #ifndef BITCOIN_SCRIPT_SIGCACHE_H 7 #define BITCOIN_SCRIPT_SIGCACHE_H 38 #endif // BITCOIN_SCRIPT_SIGCACHE_H
bool VerifySchnorrSignature(Span< const unsigned char > sig, const XOnlyPubKey &pubkey, const uint256 &sighash) const override
static const unsigned int DEFAULT_MAX_SIG_CACHE_SIZE
void InitSignatureCache()
CachingTransactionSignatureChecker(const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, bool storeIn, PrecomputedTransactionData &txdataIn)
int64_t CAmount
Amount in satoshis (Can be negative)
An encapsulated public key.
static const int64_t MAX_MAX_SIG_CACHE_SIZE
bool VerifyECDSASignature(const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const override
A Span is an object that can refer to a contiguous sequence of objects.
The basic transaction that is broadcasted on the network and contained in blocks. ...