update readme with docs and bug reporting

This commit is contained in:
dtsbourg
2016-11-11 20:17:32 +01:00
parent 9e51e4c3f9
commit 0e042a02a5

View File

@ -7,6 +7,17 @@
> *merkle.rs* is a Rust implementation of a [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree). > *merkle.rs* is a Rust implementation of a [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree).
## Documentation
Documentation is [available](https://spinresearch.github.io/merkle.rs/merkle/index.html).
## Bug Reporting
Please report bugs either as pull requests or as issues in [the issue
tracker](https://github.com/SpinResearch/lamport.rs). *lamport* has a
**full disclosure** vulnerability policy. **Please do NOT attempt to report
any security vulnerability in this code privately to anybody.**
## License ## License
See [LICENSE](LICENSE). See [LICENSE](LICENSE).