_generate_key
Generate a new ECDSA key pair for cryptographic operations. Specify curve and hash function to match your security requirements.
Instructions
Generate a new ECDSA key pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curve | No | NIST256p | |
| hashfunc | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |