Merge pull request #137 from 0xPolygonMiden/frisitano-reexport-mmr-proof
re-export mmr proof
This commit is contained in:
commit
7fa03c7967
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ mod simple_smt;
|
||||||
pub use simple_smt::SimpleSmt;
|
pub use simple_smt::SimpleSmt;
|
||||||
|
|
||||||
mod mmr;
|
mod mmr;
|
||||||
pub use mmr::{Mmr, MmrPeaks};
|
pub use mmr::{Mmr, MmrPeaks, MmrProof};
|
||||||
|
|
||||||
mod store;
|
mod store;
|
||||||
pub use store::MerkleStore;
|
pub use store::MerkleStore;
|
||||||
|
|
Loading…
Add table
Reference in a new issue