Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/SpinResearch/merkle.rs
- Owner: SpinResearch
- License: bsd-3-clause
- Created: 2016-11-08T20:29:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T15:32:35.000Z (over 4 years ago)
- Last Synced: 2024-04-14T07:35:45.179Z (8 months ago)
- Topics: data-structures, merkle-tree, rust
- Language: Rust
- Homepage:
- Size: 797 KB
- Stars: 128
- Watchers: 8
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).