mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@ -1,2 +1,22 @@
|
||||
# merkle_sigs.rs
|
||||
🎄🖋 A Rust implementation of Merkle signing
|
||||
# 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).
|
||||
|
Reference in New Issue
Block a user