mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
22 lines
971 B
Markdown
22 lines
971 B
Markdown
# lamport_sigs
|
|
[](https://travis-ci.org/SpinResearch/lamport_sigs.rs)
|
|
[](https://crates.io/crates/lamport_sigs)
|
|

|
|
|
|
*lamport_sigs* is a Rust implementation of the [Lamport one-time signature scheme](https://en.wikipedia.org/wiki/Lamport_signature).
|
|
|
|
## Documentation
|
|
|
|
Documentation is [available](https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/).
|
|
|
|
## Bug Reporting
|
|
|
|
Please report bugs either as pull requests or as issues in [the issue
|
|
tracker](https://github.com/SpinResearch/lamport_sigs.rs). *lamport_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).
|