Module curve25519

Module curve25519 

Source
Expand description

Curve25519 is not a prime order curve Since this crate relies on the ff::PrimeField and Curve25519 does work with secret sharing schemes This code wraps the Ristretto points and scalars in a facade to be compliant to work with this library. The intent is the consumer will not have to use these directly since the wrappers implement the From and Into traits.

Structsยง

WrappedEdwards
Wraps an ed25519 point
WrappedRistretto
Wraps a ristretto25519 point
WrappedScalar
Wraps a curve25519 scalar