owp_generate_keypair
Generate an Ed25519 key pair to sign OpenWorkProof objects, returning the private key, public key, and 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 | |||