curve25519-dalek 4.1.1

A pure-Rust implementation of group operations on ristretto255 and Curve25519
Documentation

curve25519-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 11 feature flags, 4 of them enabled by default.

default

  • alloc
  • precomputed-tables
  • zeroize

alloc

  • zeroize?/alloc

precomputed-tables

    This feature flag does not enable additional features.

zeroize

  • dep:zeroize

group-bits

  • group
  • ff/bits

group

  • dep:group
  • rand_core

digest

  • dep:digest

ff

  • dep:ff

serde

  • dep:serde

rand_core

  • dep:rand_core

legacy_compatibility

    This feature flag does not enable additional features.