pub trait EllipticCurveParameters:
Debug
+ Send
+ Sync
+ Copy
+ Serialize
+ DeserializeOwned
+ 'static {
type BaseField: FieldParameters + NumWords;
const CURVE_TYPE: CurveType;
}Required Associated Constants§
const CURVE_TYPE: CurveType
Required Associated Types§
type BaseField: FieldParameters + NumWords
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.