_sign_digest
Sign a digest directly using ECDSA without prior hashing. Provide a private key and digest to generate a signature with configurable curve and encoding.
Instructions
Sign a digest directly using ECDSA (no hashing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| private_key | Yes | ||
| digest | Yes | ||
| curve | No | NIST256p | |
| sigencode | No | string | |
| deterministic | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |