pub struct Config;
Trait Implementations§
source§impl BnConfig for Config
impl BnConfig for Config
source§const X_IS_NEGATIVE: bool = false
const X_IS_NEGATIVE: bool = false
x
is positive.
source§const X: &'static [u64] = _
const X: &'static [u64] = _
The absolute value of the BN curve parameter
X
(as in q = 36 X^4 + 36 X^3 + 24 X^2 + 6 X + 1
).source§const ATE_LOOP_COUNT: &'static [i8] = _
const ATE_LOOP_COUNT: &'static [i8] = _
The absolute value of
6X + 2
.