Crate ockam_vault

source ·
Expand description

Software implementation of ockam_core::vault traits.

This crate contains one of the possible implementation of the vault traits which you can use with Ockam library.

Re-exports

Modules

Structs

  • A public key.
  • Attributes for a specific vault.
  • Vault implementation that stores secrets in memory and uses software crypto.

Enums

  • Represents the failures that can occur in an Ockam vault

Traits

  • A trait for hashing input data into a fixed length output.
  • Defines the Secret management interface for Ockam Vaults.
  • Defines the Vault interface for Signing.
  • Defines the Vault interface for Signature verification.

Type Definitions