Trait group::prime::PrimeGroup
source ·
[−]pub trait PrimeGroup: Group + GroupEncoding { }Expand description
This trait represents an element of a prime-order cryptographic group.
pub trait PrimeGroup: Group + GroupEncoding { }This trait represents an element of a prime-order cryptographic group.