atlas-transparency-log 0.2.1

A cryptographically secure transparency log service for C2PA manifests with Merkle tree proofs
Documentation
1
2
3
4
5
6
mod hasher;
mod proof;
mod tree;

pub use proof::{ConsistencyProof, InclusionProof, MerkleProof};
pub use tree::{LogLeaf, MerkleTree};