Files
merkle.rs/README.md

24 lines
972 B
Markdown

# merkle.rs
[![Build Status](https://travis-ci.org/SpinResearch/merkle.rs.svg?branch=master&style=flat)](https://travis-ci.org/SpinResearch/merkle.rs)
[![Issues](http://img.shields.io/github/issues/SpinResearch/merkle.rs.svg?style=flat)](https://github.com/SpinResearch/merkle.rs/issues)
![License](https://img.shields.io/badge/license-bsd3-brightgreen.svg?style=flat)
[![Crates.io](https://img.shields.io/crates/v/merkle.svg)](https://crates.io/crates/merkle)
> *merkle.rs* is a Rust implementation of a [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree).
## Documentation
Documentation is [available](https://docs.rs/merkle).
## Bug Reporting
Please report bugs either as pull requests or as issues in [the issue
tracker](https://github.com/SpinResearch/merkle.rs). *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](LICENSE).