mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
23 lines
996 B
Markdown
23 lines
996 B
Markdown
# merkle_sigs
|
|
|
|
[](https://travis-ci.org/SpinResearch/merkle_sigs.rs)
|
|
[](https://crates.io/crates/merkle_sigs)
|
|

|
|
|
|
*merkle_sigs* is a Rust implementation of a [Merkle signing scheme](https://blog.cryptographyengineering.com/2018/04/07/hash-based-signatures-an-illustrated-primer/).
|
|
|
|
## Documentation
|
|
|
|
Documentation is [available](https://spinresearch.github.io/merkle_sigs.rs/merkle_sigs/).
|
|
|
|
## Bug Reporting
|
|
|
|
Please report bugs either as pull requests or as issues in [the issue
|
|
tracker](https://github.com/SpinResearch/merkle_sigs.rs). *merkle_sigs* 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).
|