Skip to content

Implementation of the Lamport one-time signature scheme

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.DOC
Notifications You must be signed in to change notification settings

janikrabe/l1sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l1sign
======

Version 0.2.0

Implementation of the Lamport-Diffie one-time signature scheme

l1sign is a portable implementation of the Lamport-Diffie one-time signature
scheme (LD-OTS).  It allows users to generate key pairs, sign messages, and
verify signatures.

The INSTALL file contains instructions for installing l1sign.  Please consult
the l1sign(1) manual page for information on how to use l1sign.

l1sign is maintained by Janik Rabe <info@janikrabe.com>.

The most recent version of l1sign is available from
<https://l1sign.janikrabe.com/download>.