Skip to content

Commit

Permalink
fix: remove verification checks from prove_core (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: John Guibas <[email protected]>
  • Loading branch information
jtguibas and John Guibas authored Feb 10, 2024
1 parent 0c56b33 commit 5b566b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/utils/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ pub fn prove_core(runtime: &mut Runtime) -> crate::stark::Proof<BabyBearBlake3>
);
});

// Verify the proof.
let mut challenger = config.challenger();
Runtime::verify(&config, &mut challenger, &proof).unwrap();

proof
}

Expand Down

0 comments on commit 5b566b3

Please sign in to comment.