mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
bce59c9f39d9d7ee782db61f79e74a5022248954
* Separate the leafs hash domain from the internal nodes' one. This change prevents an internal node from having the same hash as a leaf, and thus from potentially ending up with two different trees with the same root hash. Close #20 * Align with the CT spec, and allows building a tree from an empty dataset. Fixes #20. Prepares #24.
merkle.rs
merkle.rs is a Rust implementation of a Merkle tree.
Documentation
Documentation is available.
Bug Reporting
Please report bugs either as pull requests or as issues in the issue tracker. merkle has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.
License
See LICENSE.
Description
Languages
Rust
98.8%
Shell
1.2%