There is no z' in the lookup argument, only z.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-09-23 16:24:05 +01:00 committed by ying tong
parent 61b7a46a7f
commit 6f692c0e53
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ impl<C: CurveAffine> Evaluated<C> {
std::iter::empty()
.chain(
// l_0(X) * (1 - z'(X)) = 0
// l_0(X) * (1 - z(X)) = 0
Some(l_0 * &(C::Scalar::one() - &self.product_eval)),
)
.chain(