mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
f2ae8d2a2fc592a8882492f612daff08d6450801
If a `LamportSignatureData` object with too few subvectors was passed to the old code, it would panic when `offset` grew bigger than the number of subvectors. Obviously, panicing is much better behaviour than what we'd get in other languages (thanks Rust), but still not ideal.
lamport_sigs
lamport_sigs is a Rust implementation of the Lamport one-time signature scheme.
Documentation
Documentation is available.
Bug Reporting
Please report bugs either as pull requests or as issues in the issue tracker. 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.
Description
Languages
Rust
99.5%
Makefile
0.5%