pub type FixedProthInt32<const N: u8, const K: u8> = ReducedInt<u32, FixedProth32<N, K>>;Expand description
An integer in modulo ring with a fixed Proth number as modulus (32-bit)
Aliased Typeยง
pub struct FixedProthInt32<const N: u8, const K: u8> { /* private fields */ }