Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyong1997 committed Sep 11, 2024
1 parent 4e4b818 commit dae2e92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ use ark_std::{end_timer, start_timer};
#[cfg(feature = "grinding")]
use crate::grind;

use crate::{
Circuit, CircuitLayer, Config, GKRConfig, Proof,
RawCommitment, Transcript,
};
use crate::{Circuit, CircuitLayer, Config, GKRConfig, Proof, RawCommitment, Transcript};

#[inline(always)]
fn verify_sumcheck_step<C: GKRConfig>(
Expand Down

0 comments on commit dae2e92

Please sign in to comment.