_import_public_key
Import a public key from various formats (PEM, DER, etc.) for ECDSA cryptography. Specify key data and format; curve and hash function are optional.
Instructions
Import a public key from various formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_data | Yes | ||
| format | Yes | ||
| curve | No | NIST256p | |
| hashfunc | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |