Remove TieredSmt (#277)

This commit is contained in:
Philippe Laferrière
2024-02-08 16:31:27 -05:00
committed by Bobbin Threadbare
parent 119c7e2b6d
commit 552d90429b
10 changed files with 19 additions and 2748 deletions

View File

@@ -27,9 +27,6 @@ pub use smt::{
SMT_MAX_DEPTH, SMT_MIN_DEPTH,
};
mod tiered_smt;
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
mod mmr;
pub use mmr::{InOrderIndex, Mmr, MmrDelta, MmrError, MmrPeaks, MmrProof, PartialMmr};