citadel_crypt 0.13.0

Higher-level cryptographic library for the Citadel Protocol
Documentation
1
2
3
/// This is a container for holding the entropy_bank and PQC, and is intended to replace the separate use of the entropy_bank/PQC
pub(crate) mod ratchet;
pub use ratchet::*;