pub trait PrimeModular<E>: Modular<E> { }
Expand description

Safety

This trait is safe to implement only when <Self as Modular>::P is indeed a prime

this trait indicates if the modular is prime

Implementors§