auths-transparency 0.1.10

Append-only transparency log types, Merkle math, and tile storage for Auths
Documentation
1
2
3
4
5
6
7
//! 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.

pub use auths_verifier::tlog::{Checkpoint, SignedCheckpoint, WitnessCosignature};