quantum-sign 0.1.7

Quantum-Sign: post-quantum signatures, format, policy, and CLI in one crate
Documentation
1
2
3
4
5
//! Lightweight offline verification library (no network).
#![forbid(unsafe_code)]
#![deny(missing_docs)]
/// Placeholder to keep the crate compiling.
pub fn init() {}