Skip to content

Commit

Permalink
Add the missing line of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
winderica committed Oct 3, 2024
1 parent 0bd45a1 commit 1ea524a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folding-schemes/src/folding/nova/decider_circuits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ where
incircuit_c_W.enforce_equal(&cs_c_W)?;
incircuit_c_E.enforce_equal(&cs_c_E)?;

// 7.2. check eval_W==p_W(c_W) and eval_E==p_E(c_E)
let incircuit_eval_W = evaluate_gadget::<CF1<C2>>(cf_W_i.W, incircuit_c_W)?;
let incircuit_eval_E = evaluate_gadget::<CF1<C2>>(cf_W_i.E, incircuit_c_E)?;
incircuit_eval_W.enforce_equal(&eval_W)?;
Expand Down

0 comments on commit 1ea524a

Please sign in to comment.