pub trait PrimeCurve: Curve { }
Available on crate feature signature only.
Expand description

Marker trait for elliptic curves with prime order.

Object Safety§

This trait is not object safe.

Implementors§