mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
5569d6c6a07ba2086629d7e8afea01c863784a7b
* Updated `proto/proof.rs` using the latest stable protoc (3.5.1) and protoc-gen-rust plugin (1.6.0). * I had to make a tiny manual modification to `proto/proof.rs`. On line 298 I added derivation of `Debug` in order to satisfy the lint directive in `lib.rs`. * `bytes` protobuf fields are empty if the message doesn't contain the corresponding element, so since methods are no longer provided to directly check, we use `is_empty()` on the corresponding struct fields.
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%