pub trait PrimeGroup: Group + GroupEncoding { }Expand description
This trait represents an element of a prime-order cryptographic group.
Object Safety§
This trait is not object safe.
pub trait PrimeGroup: Group + GroupEncoding { }This trait represents an element of a prime-order cryptographic group.