citadel_crypt 0.4.0

Higher-level cryptographic library for the Citadel Protocol
Documentation
1
2
3
4
5
6
7
8
/// For efficient writing to data
pub mod partitioned_sec_buffer;
///
pub mod sec_bytes;
/// For packets
pub mod sec_packet;
/// A secure mutable string type
pub mod sec_string;