confium-transparency 0.4.0

Append-only Merkle tree transparency log with OTS anchoring and ERS archival
Documentation
1
2
3
4
5
6
7
8
9
//! OpenTimestamps client and verifier.
//!
//! Re-exports from submodules.

mod client;
mod proof;

pub use client::*;
pub use proof::*;