Skip to content

Commit

Permalink
delete repeat variable
Browse files Browse the repository at this point in the history
  • Loading branch information
flyq committed May 16, 2024
1 parent f6aa875 commit bce4b35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipa-multipoint/src/ipa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ impl IPAProof {
let w = transcript.challenge_scalar(b"w");
let Q = crs.Q * w;

let num_rounds = self.L_vec.len();

let mut a_comm = a_comm + (Q * output_point);

let challenges = generate_challenges(self, transcript);
Expand Down

0 comments on commit bce4b35

Please sign in to comment.