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 07b7de05d1 add node & utils, init repo 4 years ago
src add node & utils, init repo 4 years ago
.gitignore add node & utils, init repo 4 years ago
Cargo.toml add node & utils, init repo 4 years ago
LICENSE add node & utils, init repo 4 years ago
README.md add node & utils, init repo 4 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.