Merge pull request #156 from 0xPolygonMiden/andrew-partial-mt

Partial Merkle tree implementation
This commit is contained in:
Bobbin Threadbare
2023-06-13 22:10:26 -07:00
committed by GitHub
4 changed files with 651 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ pub use store::MerkleStore;
mod node;
pub use node::InnerNodeInfo;
mod partial_mt;
pub use partial_mt::PartialMerkleTree;
// ERRORS
// ================================================================================================