mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
update readme with docs and bug reporting
This commit is contained in:
11
README.md
11
README.md
@ -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).
|
||||||
|
Reference in New Issue
Block a user