mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-09 15:41:30 +01:00
mmr: publicly export MmrDelta
This commit is contained in:
committed by
Bobbin Threadbare
parent
bfae06e128
commit
97ee9298a4
@@ -31,7 +31,7 @@ mod tiered_smt;
|
|||||||
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
|
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
|
||||||
|
|
||||||
mod mmr;
|
mod mmr;
|
||||||
pub use mmr::{InOrderIndex, Mmr, MmrError, MmrPeaks, MmrProof, PartialMmr};
|
pub use mmr::{InOrderIndex, Mmr, MmrDelta, MmrError, MmrPeaks, MmrProof, PartialMmr};
|
||||||
|
|
||||||
mod store;
|
mod store;
|
||||||
pub use store::{DefaultMerkleStore, MerkleStore, RecordingMerkleStore, StoreNode};
|
pub use store::{DefaultMerkleStore, MerkleStore, RecordingMerkleStore, StoreNode};
|
||||||
|
|||||||
Reference in New Issue
Block a user