Expand description
Independent Rust verifier for Continuity Receipt bundles (0.1 + 0.2).
This is a second implementation of continuity_receipt/verify.py; the
Python implementation in this repository remains the reference. Verdicts
follow the CTQ-aligned semantics of spec section 7:
TRUSTED | PROVISIONAL | INSUFFICIENT_EVIDENCE | UNTRUSTED.
Re-exports§
pub use verify::verify_bundle;pub use verify::VerifyResult;
Modules§
- anchor
- OpenTimestamps proof verification — 0.3 anchor companion tool.
- canon
- JCS-subset canonicalization for Continuity Receipts (v0).
- didkey
did:keydecoding (base58btc multicodec 0xed01) and Ed25519 verification.- disclose
- Selective disclosure tooling for Continuity Receipt bundles.
- verify
- Bundle verification (0.1 + 0.2).