Module const_modint

Source
Expand description

コンパイル時にmod Mが決まるModInt

Re-exports§

pub use crate::num::ff::*;

Modules§

algebra
ConstModInt<M>の代数的構造

Structs§

ConstModInt
Mで剰余をとる構造体。
ConstModIntBuilder
ConstModInt<M>を生成するための構造体。