0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go213 forks (213 forks)auto 404
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 1,695 stars (1,695 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
In https://eprint.iacr.org/2020/454.pdf, Pornin describes a method for accelerating the calculation of EdDSAsignatures using lattice reduction.
It would be a good improvement this verification method for Ed25519 and Ed448 signatures.
Contributor guide
- Research direction
- Study the paper by Pornin (https://eprint.iacr.org/2020/454.pdf) to understand the lattice reduction technique for EdDSA verification. Then implement the optimized verification for Ed25519 and Ed448 in the circl library, ensuring it passes existing tests.
- Tech stack
- go
- Domain
- cryptography
- Issue type
- Feature
- Prerequisites
- GoGit