Verify an ECDSA signature, using the cache when possible.
Synopsis
Return Value
true if the signature is valid.
Parameters
Name |
Description |
vchSig |
The ECDSA signature bytes. |
vchPubKey |
The public key to check against. |
sighash |
The signature hash that was signed. |
Created with MrDocs