// src/core/encryption/mod.rs
//! High-level encryption facade.
//!
//! Core API: `encrypt(&password, src, dst, iterations)?` for full file encryption.
//! Utility: `write_octets(writer, bytes)?` for raw writes.
pub
pub
pub
pub
pub use encrypt;
pub use ;
pub use encrypt_stream;
pub use ;