Skip to content

Commit 9801992

Browse files
committed
re-export agg traits
Signed-off-by: noelwei <[email protected]>
1 parent bff0e6f commit 9801992

File tree

1 file changed

+3
-3
lines changed
  • common/types-rs/circuit/src

1 file changed

+3
-3
lines changed

common/types-rs/circuit/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ pub use io::read_witnesses;
33

44
use alloy_primitives::B256;
55
use itertools::Itertools;
6-
use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness, verify_proof};
7-
8-
pub use types_base::{utils, public_inputs};
96
use public_inputs::PublicInputs;
7+
use types_agg::verify_proof;
8+
pub use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness};
9+
pub use types_base::{public_inputs, utils};
1010

1111
/// Reveal the public-input values as openvm public values.
1212
pub fn reveal_pi_hash(pi_hash: B256) {

0 commit comments

Comments
 (0)