Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koukyosyumei committed Dec 29, 2024
1 parent f5d62d2 commit 2300d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myzkp/src/modules/zksnark/tutorial_snark/pinocchio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ pub fn get_shifted_h(
h += ell * delta_r;
h += r * delta_ell.clone();
h += qap.t.clone() * (delta_ell * delta_r);
//h - Polynomial::<FqOrder>::one() * delta_o
h
h - Polynomial::<FqOrder>::one() * delta_o
//h
}

pub fn prove(
Expand Down

0 comments on commit 2300d78

Please sign in to comment.