Crate ockam_vault[][src]

Software implementation of ockam_vault_core traits.

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

Re-exports

pub extern crate ockam_vault_core;

Structs

SoftwareVault

Vault implementation that stores secrets in memory and uses software crypto.

Enums

VaultError

Represents the failures that can occur in an Ockam vault