Verify an evidence-pack signature
verify_pack_signatureConfirm an evidence pack's integrity and authenticity by verifying its detached Ed25519 signature against the canonical content using the signer's PEM public key.
Instructions
Verify a detached Ed25519 signature over a pack's canonical content.
Args:
pack_content: The evidence pack to check, as JSON text.
signature: The base64-encoded detached signature.
public_key: The signer's PEM public key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | The base64 Ed25519 signature to check. | |
| public_key | Yes | The signer's PEM public key. | |
| pack_content | Yes | An evidence pack as raw JSON text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||