agent_verify_message
Verify the authenticity of a message by checking its Ed25519 signature against the claimed sender's DID.
Instructions
Verify the Ed25519 signature on a message envelope to confirm sender authenticity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envelope | Yes | The message envelope JSON string | |
| signature | Yes | Base64-encoded Ed25519 signature | |
| sender_did | Yes | DID of the claimed sender |