antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
168 stars 45 forks source link

Removing dependency on micromath. computing height with integers only #16

Closed naps62 closed 1 year ago

naps62 commented 1 year ago

This reduces the overall dependency tree, which was only being used in computing the tree height. It may also be benefitial in some environments (e.g.: zk) to be able to use integer math only