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