Browse Source

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

re-export mmr proof
al-gkr-basic-workflow
Augusto Hack 2 years ago
committed by GitHub
parent
commit
7fa03c7967
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/merkle/mod.rs

+ 1
- 1
src/merkle/mod.rs

@ -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…
Cancel
Save