Skip to content

Commit

Permalink
remove Smt
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Jan 17, 2024
1 parent 88797c3 commit 88d4df0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 648 deletions.
2 changes: 1 addition & 1 deletion src/merkle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mod path;
pub use path::{MerklePath, RootPath, ValuePath};

mod smt;
pub use smt::{LeafIndex, SimpleSmt, Smt, SmtLeaf, SMT_DEPTH, SMT_MAX_DEPTH, SMT_MIN_DEPTH};
pub use smt::{LeafIndex, SimpleSmt, SMT_MAX_DEPTH, SMT_MIN_DEPTH};

mod tiered_smt;
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
Expand Down
366 changes: 0 additions & 366 deletions src/merkle/smt/full/mod.rs

This file was deleted.

Loading

0 comments on commit 88d4df0

Please sign in to comment.