owp_verify_signature
Verify Ed25519 signatures on OpenWorkProof payloads to confirm authenticity. Supply the signed payload and public key to validate the proof.
Instructions
Verify an Ed25519 signature on a signed OpenWorkProof payload.
Args:
object_type: The canonical domain of the object.
signed_payload: JSON string of the signed payload (must
contain signature_alg, signer_key_id, digest,
and signature).
public_key_b64url: The signer's public key as base64url.
Returns:
{"valid": true} if the signature is valid, {"valid": false}
otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| signed_payload | Yes | ||
| public_key_b64url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||