pub type FixedMersenneInt<const P: u8, const K: umax> = ReducedInt<umax, FixedMersenne<P, K>>;
Expand description
An integer in modulo ring with a fixed (pseudo) Mersenne number as modulus
Aliased Typeยง
struct FixedMersenneInt<const P: u8, const K: umax> { /* private fields */ }