hyperion-vault-core 0.2.0

Pure-Rust security core for hyperion-vault: envelope encryption, IP allowlist, token auth, rotation policy
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod auth;
pub mod crypto;
pub mod error;
pub mod ip_allowlist;
pub mod rbac;
pub mod rotation;
pub mod types;

pub use error::{Error, Result};
pub use ip_allowlist::IpAllowlist;
pub use types::{aad_for, SecretFormat, SecretKind};