_get_key_info
Retrieve key details such as curve and hash function by providing a private or public key for an ECDSA key.
Instructions
Get information about a key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| private_key | No | ||
| public_key | No | ||
| curve | No | NIST256p | |
| hashfunc | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |