Merge pull request #174 from 0xPolygonMiden/bobbin-tsmt-proof

Implement ability to generate TSMT proofs
This commit is contained in:
Augusto Hack
2023-08-03 11:31:18 +02:00
committed by GitHub
5 changed files with 321 additions and 2 deletions

View File

@@ -27,7 +27,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};