Checks if the signature of a signed hash with secp256k1 is valid.
|
Public Key
Array of Bytes
|
The public key to verify. |
|
Hash
Array of Bytes
|
The signed hash. |
|
Signature
Array of Bytes
|
The signature. |
|
Is Valid
Boolean
|
True if the signature of a signed hash with secp256k1 is valid. |