gloves 0.5.11

seamless secret manager and handoff
Documentation
1
2
3
4
5
6
7
8
/// In-process age-format encryption/decryption helpers.
pub mod age_crypto;
/// Agent backend implementation.
pub mod backend;
/// Agent key derivation helpers.
pub mod keys;
/// Agent metadata persistence helpers.
pub mod meta;