ockam_vault 0.82.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 8 feature flags, 5 of them enabled by default.

default

  • std
  • storage

std

  • ockam_macros/std
  • ockam_node/std
  • aes-gcm/alloc
  • aes-gcm/std
  • ed25519-dalek/std
  • rand/std
  • rand/std_rng
  • tracing/std
  • alloc
  • p256/std

storage

  • ockam_node/storage
  • std
  • serde_cbor

alloc

  • ockam_node/alloc
  • aes-gcm/alloc
  • ed25519-dalek/alloc
  • x25519-dalek/alloc
  • p256/alloc
  • p256/ecdsa
  • p256/pem

serde_cbor

  • dep:serde_cbor

no_std

  • ockam_node/no_std
  • rand_pcg
  • aes-gcm/heapless
  • aes-gcm/force-soft
  • aes-gcm/stream
  • serde/derive

rand_pcg

  • dep:rand_pcg

thiserror

  • dep:thiserror