Crate aries_askar

source ·
Expand description

Secure storage designed for Hyperledger Aries agents

Re-exports

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