mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-11 08:31:30 +01:00
feat: re-export MmrProof
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user