Skip to content

Commit

Permalink
move wire index incrementer inside loop in compute perm mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Apr 20, 2023
1 parent 8155d48 commit 924d562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ void compute_honk_style_permutation_lagrange_polynomials_from_mapping(
info(current_permutation_poly[i]);
}
// ITERATE_OVER_DOMAIN_END;
wire_index++;
}
wire_index++;
}
} // namespace

Expand Down

0 comments on commit 924d562

Please sign in to comment.