[#SignatureCache-ComputeEntryECDSA] = xref:SignatureCache.adoc[SignatureCache]::ComputeEntryECDSA :relfileprefix: ../ :mrdocs: Compute the cache entry for an ECDSA signature check. == Synopsis Declared in `<script/sigcache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ComputeEntryECDSA( xref:uint256.adoc[uint256]& entry, xref:uint256.adoc[uint256] const& hash, std::vector<unsigned char> const& vchSig, xref:CPubKey.adoc[CPubKey] const& pubkey) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *entry* | Output cache entry (salted hash of the inputs). | *hash* | The signature hash that was signed. | *vchSig* | The ECDSA signature bytes. | *pubkey* | The public key the signature is checked against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#