pub trait Montgomery32NttModulus: Sized + MontgomeryReduction32 {
const PRIMITIVE_ROOT: u32 = _;
const RANK: u32 = _;
const INFO: NttInfo = _;
}Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.