Verify an evidence-pack signature
verify_pack_signatureVerify a detached Ed25519 signature over an ISO 20022 evidence pack's 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 | |||