Type Alias num_modular::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 */ }