We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1db8a commit b33df5cCopy full SHA for b33df5c
curves/bn254/src/curves/mod.rs
@@ -19,9 +19,9 @@ impl BnConfig for Config {
19
/// `x` is positive.
20
const X_IS_NEGATIVE: bool = false;
21
const ATE_LOOP_COUNT: &'static [i8] = &[
22
- 0, 0, 0, 1, 0, 1, 0, -1, 0, 0, 1, -1, 0, 0, 1, 0, 0, 1, 1, 0, -1, 0, 0, 1, 0, -1, 0, 0, 0,
23
- 0, 1, 1, 1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 1, 0, 0, -1, 0, 0, 0, 1, 1, 0,
24
- -1, 0, 0, 1, 0, 1, 1,
+ 0, 0, 0, 1, 0, 1, 0, -1, 0, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0,
+ 0, -1, 0, 0, 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 1, 0, -1, 0, 0, 0, -1, 0,
+ -1, 0, 0, 0, 1, 0, 1, 1,
25
];
26
27
const TWIST_MUL_BY_Q_X: Fq2 = Fq2::new(
0 commit comments