owp_generate_keypair
Generate an Ed25519 key pair to sign OpenWorkProof objects. Returns private key hex, public key base64url, and derived key_id for cryptographic audit trails.
Instructions
Generate a new Ed25519 key pair for signing OpenWorkProof objects.
Returns the private key as a hex string and the public key as
base64url, along with the derived key_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||