Crate ockam_vault[][src]

Expand description

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

A public key

Handle to a cryptographic Secret Individual Vault implementations should map secret handles into implementation-specific Secret representations (e.g. binaries, or HSM references) stored inside Vault (e.g. using HashMap)

Attributes for a specific vault SecretKey

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 data into fixed length output

Key id related vault functionality

Secret-management functionality

Signing functionality

Signature verification functionality