age-crypto 0.2.0

A safe, ergonomic Rust wrapper around the age encryption library with strong typing, comprehensive error handling, and passphrase support.
Documentation
1
2
3
4
5
6
pub mod armored_data;
pub mod encrypted_data;
pub mod passphrase;
pub use armored_data::ArmoredData;
pub use encrypted_data::EncryptedData;
pub use passphrase::Passphrase;