feat: implement ability to generate TSMT proofs

This commit is contained in:
Bobbin Threadbare
2023-08-02 03:10:31 -07:00
parent 6810b5e3ab
commit 1ac30f8989
5 changed files with 321 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ mod simple_smt;
pub use simple_smt::SimpleSmt;
mod tiered_smt;
pub use tiered_smt::TieredSmt;
pub use tiered_smt::{TieredSmt, TieredSmtProof};
mod mmr;
pub use mmr::{Mmr, MmrPeaks, MmrProof};