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 15c872d commit 85f3cc3Copy full SHA for 85f3cc3
common/types-rs/circuit/src/lib.rs
@@ -5,7 +5,8 @@ use alloy_primitives::B256;
5
use itertools::Itertools;
6
use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness, verify_proof};
7
8
-pub use types_base::public_inputs::PublicInputs;
+pub use types_base::{utils, public_inputs};
9
+use public_inputs::PublicInputs;
10
11
/// Reveal the public-input values as openvm public values.
12
pub fn reveal_pi_hash(pi_hash: B256) {
0 commit comments