Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

PrimeCurve

Trait PrimeCurve 

Source
pub trait PrimeCurve: Curve { }
Expand description

Marker trait for elliptic curves with prime order.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§