mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
24 lines
972 B
Markdown
24 lines
972 B
Markdown
# merkle.rs
|
|
|
|
[](https://travis-ci.org/SpinResearch/merkle.rs)
|
|
[](https://github.com/SpinResearch/merkle.rs/issues)
|
|

|
|
[](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).
|