Skip to main content

Module checkpoint

Module checkpoint 

Source
Expand description

Log checkpoint types. Log checkpoints (signed tree heads) and witness cosignatures.

The types live in auths_verifier::tlog so offline verifiers can parse and check checkpoints without linking the log; this module re-exports them for the log-construction side.

Structsยง

Checkpoint
An unsigned transparency log checkpoint.
SignedCheckpoint
A checkpoint signed by the log operator (and optionally witnesses).
WitnessCosignature
A witness cosignature on a checkpoint.