Skip to content

Commit

Permalink
get rid of reduce F
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Aug 1, 2024
1 parent 96b0734 commit 798c5f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recursion/circuit/src/fri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ pub fn verify_two_adic_pcs<C: Config>(
let two_adic_generator_exp =
builder.exp_f_bits(two_adic_generator, rev_reduced_index);
let x: Felt<_> = builder.eval(g * two_adic_generator_exp);
builder.operations.push(DslIr::ReduceF(x));

for (z, ps_at_z) in izip!(mat_points, mat_values) {
let mut acc: Ext<C::F, C::EF> =
Expand Down

0 comments on commit 798c5f8

Please sign in to comment.