feat: partial Merkle tree

This commit is contained in:
Andrey Khmuro
2023-05-30 20:23:36 +03:00
parent 59f7723221
commit 23f448fb33
3 changed files with 505 additions and 0 deletions

View File

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