Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Jan 27, 2024
1 parent 9ccc2da commit d6e353e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provers/plonk/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ impl<F: IsField + IsFFTField, CS: IsPolynomialCommitmentScheme<F>> Verifier<F, C
vk.s1_1.clone(),
vk.s2_1.clone(),
];
let upsilon = FieldElement::from_bytes_be(&transcript.challenge()).unwrap();
let batch_openings_check = self.commitment_scheme.verify_batch(
zeta.clone(),
&ys,
Expand Down

0 comments on commit d6e353e

Please sign in to comment.