ockam_vault 0.48.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 13 feature flags, 6 of them enabled by default.

default

  • std
  • storage

std

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

storage

  • std
  • serde
  • serde_json

alloc

  • ockam_core/alloc
  • ockam_node/alloc
  • aes-gcm/alloc

serde

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

no_std

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

bls

  • ockam_core/bls
  • signature_core
  • signature_bbs_plus
  • signature_bls

signature_bls

    This feature flag does not enable additional features.

signature_ps

    This feature flag does not enable additional features.

signature_core

    This feature flag does not enable additional features.

rand_pcg

    This feature flag does not enable additional features.

signature_bbs_plus

    This feature flag does not enable additional features.