Noah Vesely f2ae8d2a2f Verify length of signature before indexing
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.
2018-03-20 09:41:51 +01:00
2016-11-08 18:23:27 +01:00
2016-11-11 13:46:50 +01:00
2017-09-24 23:08:18 +02:00
2016-11-09 22:52:34 +01:00
2016-11-11 13:46:50 +01:00
2016-11-08 18:23:27 +01:00

lamport_sigs

Build Status Available on Crates.io as lamport_sigs License

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
No description provided
Readme BSD-3-Clause 661 KiB
Languages
Rust 99.5%
Makefile 0.5%