_recover_public_key
Recover the public key from a digital signature and the original signed data, enabling key extraction without prior key knowledge.
Instructions
Recover public keys from a signature and signed data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | ||
| data | Yes | ||
| curve | No | NIST256p | |
| hashfunc | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |