Trait nekolib::math::NttFriendly
source · pub trait NttFriendly: Modulus {
const PRIMITIVE_ROOT: u32 = _;
const EXP: u32 = _;
const ODD: u32 = _;
// Required method
fn cache() -> &'static OnceLock<ButterflyCache<Self>>;
// Provided method
fn butterfly_cache() -> &'static ButterflyCache<Self> { ... }
}