Noah Vesely 5569d6c6a0 Update to support rust-protobuf v1.6.0
* 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.
2018-05-15 13:05:06 +02:00
2017-09-24 13:10:40 +02:00
2016-11-21 22:22:37 +01:00
2017-09-24 13:10:40 +02:00
2016-11-21 17:18:41 +01:00
2017-09-24 22:53:08 +02:00
2016-11-11 14:09:55 +01:00
2016-11-29 22:41:41 +01:00

merkle.rs

Build Status Issues License Crates.io

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
No description provided
Readme BSD-3-Clause 875 KiB
Languages
Rust 98.8%
Shell 1.2%