mahmudsudo / spmt_rs

Sparse MerkleTree implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spmt_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.

About

Sparse MerkleTree implementation in Rust


Languages

Language:Rust 100.0%