qs-transparency 0.1.0

Transparency log support for Quantum-Sign (placeholder)
Documentation
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() {}