Files
lamport_sigs.rs/src
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
..