Skip to content

Commit

Permalink
fix: add a FIXME for quotient poly blinding
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 committed Jan 29, 2024
1 parent de14356 commit 9cb1b22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions halo2_alt/src/backend/fflonk/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ where
advice_values.extend(values);
advice_cosets.extend(cosets);

// FIXME: Currently there is no blinding factors for quotient polynomials, but in fflonk we
// might have redudant rotated queries to quotient polynomials for verifier to
// recover the actual evaluations of combined polynomials, which might break the
// zero-knowledge property.
let quotient_polys = {
let dummy_coset = Polynomial::new(Vec::new());
let polys = chain![
Expand Down

0 comments on commit 9cb1b22

Please sign in to comment.