Expand description
Offline bundle verification (requires native feature for Ed25519).
Offline bundle verification logic.
Provides verify_bundle — a synchronous, I/O-free function that verifies
an OfflineBundle against a TrustRoot.
Functions§
- verify_
bundle - Verifies an offline transparency bundle against a trust root.
- verify_
checkpoint_ signature - Verify only the checkpoint-signature dimension of a
SignedCheckpointagainst aTrustRoot, dispatching on the trust root’s signature algorithm (Ed25519 or ECDSA-P256). Exposed for the submit/verify flow, which holds a checkpoint without assembling a fullOfflineBundle. - verify_
witness_ cosignatures - Verify only the witness-cosignature dimension of a
SignedCheckpointagainst aTrustRoot, returning the quorum + independence verdict.