Skip to content

Commit

Permalink
chore: update z2 to z
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jul 31, 2023
1 parent 70b8176 commit e775f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccs/multifolding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl<G: Group> NIMFS<G> {
self.ccs.s_prime,
),
// thetas
compute_all_sum_Mz_evals::<G>(&self.ccs_mle, z2, r_x_prime, self.ccs.s_prime),
compute_all_sum_Mz_evals::<G>(&self.ccs_mle, z, r_x_prime, self.ccs.s_prime),
)
}

Expand Down

0 comments on commit e775f46

Please sign in to comment.