merkle

Build Status Issues License

merkle is a lightweight Rust implementation of a Merkle tree.

Features

Documentation

Documentation is available.

Examples

The most relevant examples are located in the following files:

Building and testing

```

Run tests in release mode

cargo test --release --all

Run ignored tests in release mode

cargo test --release --all -- --ignored ```

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.