num_modular

Type Alias MontgomeryInt

Source
pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T>>;
Expand description

An integer in modulo ring based on Montgomery form

Aliased Typeยง

struct MontgomeryInt<T> { /* private fields */ }