logo
pub trait PrimeCurve: Curve { }
Expand description

Marker trait for elliptic curves with prime order.

Implementors