1 2 3 4 5
//! CT-style Merkle transparency log (client + verification). #![forbid(unsafe_code)] #![deny(missing_docs)] /// Placeholder to keep the crate compiling. pub fn init() {}