#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

#1552 in Cryptography

Download history 23/week @ 2024-02-26 23/week @ 2024-03-11 1/week @ 2024-03-18 178/week @ 2024-04-01

202 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

~5.5–7MB
~218K SLoC