We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff0e6f commit 9801992Copy full SHA for 9801992
common/types-rs/circuit/src/lib.rs
@@ -3,10 +3,10 @@ pub use io::read_witnesses;
3
4
use alloy_primitives::B256;
5
use itertools::Itertools;
6
-use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness, verify_proof};
7
-
8
-pub use types_base::{utils, public_inputs};
9
use public_inputs::PublicInputs;
+use types_agg::verify_proof;
+pub use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness};
+pub use types_base::{public_inputs, utils};
10
11
/// Reveal the public-input values as openvm public values.
12
pub fn reveal_pi_hash(pi_hash: B256) {
0 commit comments