Crate curve25519_dalek[−][src]
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. |
| 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. |