Skip to content

Commit

Permalink
Avoid unused import warnings in downstream crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Jan 28, 2025
1 parent 10e34a1 commit 3c49818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ pub mod fixed_bases;
pub mod sinsemilla;
pub mod util;

#[cfg(feature = "circuit")]
pub use self::sinsemilla::{OrchardCommitDomains, OrchardHashDomains};
#[cfg(feature = "circuit")]
pub use fixed_bases::{NullifierK, OrchardFixedBases, OrchardFixedBasesFull, ValueCommitV};

/// $\mathsf{MerkleDepth^{Orchard}}$
Expand Down

0 comments on commit 3c49818

Please sign in to comment.