Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Jan 29, 2025
1 parent fa5eda1 commit f4c37e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kimchi/src/circuits/polynomials/permutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ impl<F: PrimeField, G: KimchiCurve<ScalarField = F>, OpeningProof: OpenProof<G>>
//~ $$
//~
let perm = {
// @volhovm: wondering: is it more efficient to map them all individually first, and
// then fold... or map and reduce row by row at the same time?

// shifts = z(x) *
// (w[0](x) + gamma + x * beta * shift[0]) *
// (w[1](x) + gamma + x * beta * shift[1]) * ...
Expand Down

0 comments on commit f4c37e6

Please sign in to comment.