ack_generate_keypair
Generate a cryptographic keypair with a did:key DID, returning a JWK private key and DID for use as signer or controller identifiers.
Instructions
Generate a new cryptographic keypair with a did:key DID. Returns the JWK (private key), DID, and curve. Pass the jwk value to any tool that requires signerJwk. The DID can be used as signerDid, subjectDid, controllerDid, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curve | No | Cryptographic curve to use | secp256k1 |