Module ockam_core::vault

source ·
Expand description

Core types and traits of the Ockam vault.

This module contains the core types and traits of the Ockam vault and is intended for use by other crates that either provide implementations for those traits, or use traits and types as an abstract dependency.

Examples

See the ockam_vault crate for usage examples.

Modules

Structs

Enums

Constants

Traits

  • Defines the Vault interface for asymmetric encryption.
  • 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 symmetric encryption.
  • Defines the Vault interface for Signature verification.

Type Definitions