Crate aries_askar
source ·Expand description
Secure storage designed for Hyperledger Aries agents
Re-exports
pub use self::backend::Backend;pub use self::backend::ManageBackend;pub use self::backend::any;anypub use self::backend::postgres;postgrespub use self::backend::sqlite;sqlitepub use askar_crypto as crypto;
Modules
- Storage backends supported by aries-askar
- Support for cryptographic key management and operations
Structs
- A record in the store
- The standard crate error type
- A possibly-empty password or key used to derive a store key
- An active record scan of a store backend
- An instance of an opened store
- A WQL filter used to restrict record queries
Enums
- Argon2i derivation methods
- A tag on an entry record in the store
- The possible kinds of error produced by the crate
- Supported KDF methods for generating or referencing a store key
- Supported methods for generating or referencing a new store key
Functions
- Create a new raw (non-derived) store key