Skip to main content

auths_transparency/
checkpoint.rs

1//! Log checkpoints (signed tree heads) and witness cosignatures.
2//!
3//! The types live in `auths_verifier::tlog` so offline verifiers can parse
4//! and check checkpoints without linking the log; this module re-exports
5//! them for the log-construction side.
6
7pub use auths_verifier::tlog::{Checkpoint, SignedCheckpoint, WitnessCosignature};