Expand description
rust-keyvault: A secure key management library for Rust
This crate provides foundational abstraction for cryptographic key management,, focusing on security, correctness and composability.
Re-exports§
Modules§
- crypto
- Core cryptographic traits and primitives
- error
- Error types for rust-keyvault
- key
- Key type defination and traits
- storage
- Storage backend traits and implementations
Structs§
- KeyId
- A unique identifier for a cryptographic key.
- KeyMetadata
- Metadata about a key