This commit is contained in:
Philippe Laferrière
2024-02-06 14:51:57 -05:00
committed by Bobbin Threadbare
parent e55b3ed2ce
commit a9475b2a2d
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use crate::{
use super::{EmptySubtreeRoots, MerkleError, MerklePath, NodeIndex, Vec};
mod full;
pub use full::{Smt, SmtLeaf, SmtLeafError, SMT_DEPTH};
pub use full::{Smt, SmtLeaf, SmtLeafError, SmtProof, SmtProofError, SMT_DEPTH};
mod simple;
pub use simple::SimpleSmt;