Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
swasilyev committed Dec 4, 2024
1 parent 6fe03c1 commit e93c608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ impl<F: PrimeField, CS: PCS<F>, T: PlonkTranscript<F, CS>> PlonkVerifier<F, CS,
vec![agg_y, proof.lin_at_zeta_omega],
vec![proof.agg_at_zeta_proof, proof.lin_at_zeta_omega_proof],
rng,
).is_ok()
)
.is_ok()
}

pub fn restore_challenges<Commitments, Evaluations>(
Expand Down

0 comments on commit e93c608

Please sign in to comment.