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.
- Signed
Checkpoint - A checkpoint signed by the log operator (and optionally witnesses).
- Witness
Cosignature - A witness cosignature on a checkpoint.