ockam_vault 0.24.0

A software-only Ockam Vault implementation.
Documentation

ockam_vault

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 2 of them enabled by default.

default

  • std

std

  • ockam_core/std
  • ockam_vault_core/std
  • aes-gcm/alloc
  • aes-gcm/std
  • rand/std
  • rand/std_rng
  • tracing/std
  • x25519-dalek/std
  • x25519-dalek/u64_backend

no_std

  • ockam_core/no_std
  • ockam_vault_core/no_std
  • rand_pcg
  • x25519-dalek/u32_backend
  • aes-gcm/heapless
  • aes-gcm/force-soft
  • aes-gcm/stream

alloc

  • ockam_core/alloc
  • ockam_vault_core/alloc
  • aes-gcm/alloc

rand_pcg

    This feature flag does not enable additional features.