ring-compat 0.7.0

Compatibility crate for using RustCrypto's traits with the cryptographic algorithm implementations from *ring*
Documentation

ring-compat

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

default

  • aead
  • alloc
  • digest
  • rand_core
  • signature

aead

  • dep:aead

alloc

  • aead?/alloc
  • ed25519?/alloc
  • pkcs8?/alloc

digest

  • dep:digest

rand_core

  • dep:rand_core

signature

  • dep:ecdsa
  • dep:ed25519
  • dep:p256
  • dep:p384
  • dep:pkcs8
  • dep:signature

std

  • digest?/std
  • ecdsa?/std
  • ed25519?/std
  • pkcs8?/std

pkcs8

  • dep:pkcs8
  • ed25519?/pkcs8

getrandom

  • rand_core/getrandom