https://github.com/tetration-lab/lamport-solidity
https://github.com/tetration-lab/lamport-solidity
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tetration-lab/lamport-solidity
- Owner: Tetration-Lab
- Created: 2024-04-09T14:21:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:32:15.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:01:48.452Z (about 2 years ago)
- Language: Solidity
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lamport Solidity
Lamport Solidity is a Solidity implementation of the [Lamport signature scheme](https://en.wikipedia.org/wiki/Lamport_signature), a post-quantum digital signature algorithm. This library provides a secure and efficient way to generate and verify Lamport signatures within Ethereum smart contracts.