Skip to main content

FixedProthInt32

Type Alias FixedProthInt32 

Source
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 */ }