pub trait PrimeGroup: Group + GroupEncoding { }
Expand description

This trait represents an element of a prime-order cryptographic group.

Implementors