Operation request: EdDSA Key Pair Generation
Open
operation
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
## Summary
Generate an EdDSA (Ed25519/Ed448) private key and a corresponding public key
(similar to RSA)
### Example Input
nothing
### Example Output
EdDSA Private and Public Key as PEM
Contributor guide
Research direction
Start by locating the existing RSA key-generation operation mentioned in the issue and its associated tests or entry point. Add equivalent Ed25519 and Ed448 private and public key generation, with PEM output, and verify both key pairs through the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cryptography, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100