Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SpinResearch/merkle.rs

:christmas_tree: Merkle tree in Rust
https://github.com/SpinResearch/merkle.rs

data-structures merkle-tree rust

Last synced: about 1 month ago
JSON representation

:christmas_tree: Merkle tree in Rust

Awesome Lists containing this project

README

        

# 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).