waxseal.document.sign
Sign any document or message with an Ed25519 private key to produce a SHA-256 hash and base64 signature, verifiable by anyone.
Instructions
Sign a document or message with the user's WaxSeal Ed25519 private key. Requires the WAXSEAL_PRIVATE_KEY_PEM environment variable to be set. Returns the fingerprint, SHA-256 content hash, and base64 Ed25519 signature — verifiable by anyone using waxseal.signature.verify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The document text or data to sign. | |
| description | No | Human-readable label for what is being signed (optional, informational only). |