Remove unneeded exponentiation of x_3

This commit is contained in:
Sean Bowe 2020-09-03 14:28:22 -06:00
parent 335b629724
commit 36d37002fe
No known key found for this signature in database
GPG key ID: 95684257D8F8B031

View file

@ -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_3n = x_3.pow(&[params.n as u64, 0, 0, 0]);
// Evaluate polynomials at omega^i x_3
let advice_evals: Vec<_> = meta