[][src]Crate curve25519_dalek

Note that docs will only build on nightly Rust until RFC 1990 stabilizes.

Re-exports

pub extern crate digest;

Modules

constants

Various constants, such as the Ristretto and Ed25519 basepoints.

edwards

Group operations for Curve25519, in Edwards form.

errors

Errors which may occur.

montgomery

Scalar multiplication on the Montgomery form of Curve25519.

ristretto

An implementation of Ristretto, which provides a prime-order group.

scalar

Arithmetic on scalars (integers mod the group order).

traits

Module for common traits.