file_endec 1.0.1

Secure file encryption and decryption from the command line.
Documentation
pub use key::Key;
pub use salt::Salt;
pub use source::KeySource;

pub mod hash;
#[allow(clippy::module_inception)]
pub mod key;
pub mod salt;
pub mod source;
pub mod stretch;