Skip to content

Commit

Permalink
viz
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 15, 2025
1 parent 2c3040f commit f99a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ impl<C: SP1ProverComponents> SP1Prover<C> {
}
}

pub fn compress_program_from_input<C: SP1ProverComponents>(
fn compress_program_from_input<C: SP1ProverComponents>(
config: Option<&RecursionShapeConfig<BabyBear, CompressAir<BabyBear>>>,
compress_prover: &C::CompressProver,
vk_verification: bool,
Expand Down

0 comments on commit f99a986

Please sign in to comment.