Merge pull request #137 from 0xPolygonMiden/frisitano-reexport-mmr-proof

re-export mmr proof
This commit is contained in:
Augusto Hack 2023-04-14 14:34:58 +02:00 committed by GitHub
commit 7fa03c7967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ mod simple_smt;
pub use simple_smt::SimpleSmt;
mod mmr;
pub use mmr::{Mmr, MmrPeaks};
pub use mmr::{Mmr, MmrPeaks, MmrProof};
mod store;
pub use store::MerkleStore;