attest_smsh_verify
Verify a SMSH-Stamp v1 receipt (C8/C12: smsh-stamp-verifier). Validates schema, version, algorithm, timestamp, and Ed25519 signature. Reference-grade implementation. Wire format normative; production-grade is Layer B.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | Yes | SMSH-Stamp v1 receipt object | |
| pubkey_b64url | No | Override trust anchor Ed25519 public key (base64url, 32 bytes) | |
| max_age_seconds | No | Reject receipts older than this many seconds |