_verify_signature
Verify an ECDSA signature by providing the public key, signature, and original data.
Instructions
Verify an ECDSA signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | ||
| signature | Yes | ||
| data | Yes | ||
| curve | No | NIST256p | |
| hashfunc | No | sha256 | |
| sigdecode | No | string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |