1 2 3 4 5 6 7
//! File and text encryption using ChaCha20-Poly1305 and HPKE. pub mod base64; pub mod cipher; pub mod traits; pub use traits::Error;