rfeinberg3/Lamport_Signature_Scheme
This project implements the Lamport Digital Signature Scheme, a method for signing and verifying digital messages using one-time signature keys. The scheme involves three programs: KeyGen, Sign, and Verify.
C
No issues in this repository yet.