technocore_seal_room_key
Encrypt a room key to a recipient's x25519 public key, outputting a secure mailbox line. Warns to verify the key out-of-band.
Instructions
Create a room key and seal it to a recipient's x25519 public key, producing one e2e1 mailbox line. Always warns that the recipient key needs out-of-band corroboration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | Optional; random if omitted. | |
| recipient_x25519 | Yes | base64url public key |