Verify an Ed25519 audit signature
verifier_platform_verify_signatureValidate Ed25519 signatures and optional SHA-256 digests on RFC 8785 JCS canonical payloads to confirm authenticity and integrity of verification results—offline, read-only, no model invocation.
Instructions
只读、离线验签:使用 RFC 8785 JCS 规范化 payload,验证 verifier_platform 的 Ed25519 签名和可选 SHA-256。不会调用模型。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sigB64 | Yes | ||
| payload | Yes | ||
| publicKeyPem | Yes | ||
| expectedPayloadSha256 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alg | Yes | ||
| keyId | Yes | ||
| valid | Yes | ||
| hashMatches | No | ||
| payloadSha256 | Yes | ||
| canonicalization | Yes |