Skip to content

Commit

Permalink
small polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucube committed Oct 3, 2024
1 parent c216453 commit e939418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folding-schemes/src/folding/nova/ova.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ where
u_i: &Self::CommittedInstance,
_aux: &Self::VerifierAux,
) -> Self::CommittedInstance {
// recall that r <==> alpha, and u <==} mu between Nova and Ova respectively
// recall that r <==> alpha, and u <==> mu between Nova and Ova respectively
let u = U_i.u + r; // u_i.u is always 1 IN ova as we just can do sequential IVC.
let cmWE = U_i.cmWE + u_i.cmWE.mul(r);
let x = U_i
Expand Down

0 comments on commit e939418

Please sign in to comment.