Skip to content

Commit

Permalink
outlinign test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
TakodaS committed Sep 18, 2023
1 parent d805506 commit 1df70b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ impl<F: PrimeField, PC: PolynomialCommitment<F, DensePolynomial<F>, S>, S: Defau
AHPForR1CS::verifier_query_set(verifier_state, &mut fs_rng);

fs_rng.absorb(&to_bytes![&proof.evaluations].unwrap());
let mut opening_challenge = ChallengeGenerator::new_univariate(&mut fs_rng);
let mut opening_challenge = ChallengeGenerator::new_multivariate(fs_rng);

let mut evaluations = Evaluations::new();
let mut evaluation_labels = Vec::new();
Expand Down

0 comments on commit 1df70b3

Please sign in to comment.