ed25519-dalek 2.1.1

Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.
Documentation

ed25519-dalek

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

default

  • fast
  • std
  • zeroize

fast

  • curve25519-dalek/precomputed-tables

std

  • alloc
  • ed25519/std
  • serde?/std
  • sha2/std

zeroize

  • dep:zeroize
  • curve25519-dalek/zeroize

alloc

  • curve25519-dalek/alloc
  • ed25519/alloc
  • serde?/alloc
  • zeroize/alloc

batch

  • alloc
  • merlin
  • rand_core

pem

  • alloc
  • ed25519/pem
  • pkcs8

serde

  • dep:serde
  • ed25519/serde

digest

  • signature/digest

asm

  • sha2/asm

merlin

  • dep:merlin

rand_core

  • dep:rand_core

signature

  • dep:signature

legacy_compatibility

  • curve25519-dalek/legacy_compatibility

pkcs8

  • ed25519/pkcs8

hazmat

    This feature flag does not enable additional features.