You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 1a68d4a450 add verify_proof() of existing and non existing leaf 5 years ago
src add verify_proof() of existing and non existing leaf 5 years ago
.gitignore add node & utils, init repo 5 years ago
Cargo.toml add node & utils, init repo 5 years ago
LICENSE add node & utils, init repo 5 years ago
README.md add node & utils, init repo 5 years ago

README.md

merkletree-rs

Sparse MerkleTree implementation in Rust.

The MerkleTree is optimized in the design and concepts, to have a faster and lighter MerkleTree, maintaining compatibility with a non optimized MerkleTree. In this way, the MerkleRoot of the optimized MerkleTree will be the same that the MerkleRoot of the non optimized MerkleTree.