Skip to content

Commit

Permalink
Reexport CairoProof from cairo_air
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored and ohad-starkware committed Feb 17, 2025
1 parent 079bebc commit 5684db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stwo_cairo_prover/crates/prover/src/cairo_air/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ pub(crate) mod preprocessed;
pub mod preprocessed_utils;
pub mod range_checks_air;

use air::{lookup_sum, CairoClaimGenerator, CairoComponents, CairoInteractionElements, CairoProof};
pub use air::CairoProof;
use air::{lookup_sum, CairoClaimGenerator, CairoComponents, CairoInteractionElements};
use debug_tools::track_cairo_relations;
use num_traits::Zero;
use preprocessed::PreProcessedTrace;
Expand Down

0 comments on commit 5684db9

Please sign in to comment.