11 releases (6 breaking)
Uses old Rust 2015
0.7.0 | Jul 23, 2019 |
---|---|
0.6.0 | Aug 10, 2018 |
0.5.0 | Sep 24, 2017 |
0.2.1-pre | Jun 3, 2017 |
0.1.1 | Nov 17, 2016 |
#1808 in Cryptography
87 downloads per month
Used in 3 crates
(via merkle_sigs)
17KB
354 lines
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.
lib.rs
:
lamport implements one-time hash-based signatures using the Lamport signature scheme.
Dependencies
~7MB
~220K SLoC