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