SignatureCache::ComputeEntryECDSA

Compute the cache entry for an ECDSA signature check.

Synopsis

Declared in <script/sigcache.h>

void
ComputeEntryECDSA(
    uint256& entry,
    uint256 const& hash,
    std::vector<unsigned char> const& vchSig,
    CPubKey const& pubkey) const;

Parameters

NameDescription
entryOutput cache entry (salted hash of the inputs).
hashThe signature hash that was signed.
vchSigThe ECDSA signature bytes.
pubkeyThe public key the signature is checked against.