group::prime

Trait PrimeGroup

source
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.

Implementors§