项目作者: arget13

项目描述 :
A simple implementation of the Lamport-Diffie signature.
高级语言: C
项目地址: git://github.com/arget13/simplyLamport.git
创建时间: 2018-11-09T20:22:20Z
项目社区:https://github.com/arget13/simplyLamport

开源协议:GNU General Public License v3.0

下载


simplyLamport

A simple implementation of the Lamport-Diffie signature.

TO-DO

Optimizations in the code and in the cryptographic “protocol” (Merkle trees or whatever), as well as improvements to it (such as adding the existence of user IDs and key IDs, the possibility of adding more information to the keys, etc, turning this into something like PGP).