Skip to main content

Module verify

Module verify 

Source
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 SignedCheckpoint against a TrustRoot, 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 full OfflineBundle.
verify_witness_cosignatures
Verify only the witness-cosignature dimension of a SignedCheckpoint against a TrustRoot, returning the quorum + independence verdict.