Verify a raw ECDSA signature against a public key and precomputed sighash.
Synopsis
Return Value
true if the signature is valid.
Parameters
Name |
Description |
vchSig |
The serialized ECDSA signature (without the sighash byte). |
vchPubKey |
The public key to verify against. |
sighash |
The precomputed signature hash. |
Created with MrDocs