Skip to content

Commit

Permalink
remove proof from proof core
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Feb 10, 2024
2 parents c1075a4 + 5b566b3 commit fb54908
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/src/utils/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ pub fn prove_core(runtime: &mut Runtime) -> crate::stark::Proof<BabyBearBlake3>
);
});

// Verify the proof.
let mut challenger = config.challenger();
let time = std::time::Instant::now();
machine.verify(&mut challenger, &proof).unwrap();
let elapsed = time.elapsed().as_millis();
tracing::info!("verification time: {}ms", elapsed);

proof
}

Expand Down

0 comments on commit fb54908

Please sign in to comment.