Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbono3 committed Oct 29, 2024
1 parent ba3a131 commit 1553f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gkr/sumcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Prover {
pub fn evaluate_term(
&self,
term: &SparseTerm,
point: &Vec<ScalarField>,
point: &[ScalarField],
) -> (ScalarField, Option<SparseTerm>) {
let mut fixed_term: Option<SparseTerm> = None;
let coeff: ScalarField =
Expand Down

0 comments on commit 1553f94

Please sign in to comment.