mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
Remove unneeded exponentiation of x_3
This commit is contained in:
parent
335b629724
commit
36d37002fe
1 changed files with 0 additions and 1 deletions
|
|
@ -331,7 +331,6 @@ impl<C: CurveAffine> Proof<C> {
|
||||||
}
|
}
|
||||||
|
|
||||||
let x_3: C::Scalar = get_challenge_scalar(Challenge(transcript.squeeze().get_lower_128()));
|
let x_3: C::Scalar = get_challenge_scalar(Challenge(transcript.squeeze().get_lower_128()));
|
||||||
let x_3n = x_3.pow(&[params.n as u64, 0, 0, 0]);
|
|
||||||
|
|
||||||
// Evaluate polynomials at omega^i x_3
|
// Evaluate polynomials at omega^i x_3
|
||||||
let advice_evals: Vec<_> = meta
|
let advice_evals: Vec<_> = meta
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue