Module vsss_rs::curve25519[][src]

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

Wraps an ed25519 point

Wraps a ristretto25519 point

Wraps a curve25519 scalar