password_manager 0.2.5

Ultra-secure password manager with quantum-resistant encryption
1
2
3
4
5
6
7
pub mod context;
pub mod password;
pub mod progress;

pub use context::EncryptionContext;
pub use password::generate_password;
pub use progress::ProgressCallback;