#signature-scheme #lamports

lamport_sigs

Implementation of the Lamport one-time signature scheme

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

Download history 5/week @ 2024-06-17 5/week @ 2024-07-01 82/week @ 2024-07-22

87 downloads per month
Used in 3 crates (via merkle_sigs)

BSD-3-Clause

17KB
354 lines

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.


lib.rs:

lamport implements one-time hash-based signatures using the Lamport signature scheme.

Dependencies

~7MB
~220K SLoC