indygreg / indygreg/cryptography-rs
ED25519 KeyAlgorithm name wrong
Open
Beginner friendly
- Dominant language
- Rust
- Stars
- 21
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/indygreg/cryptography-rs/blob/main/x509-certificate/src/algorithm.rs#L585
This one is X25519 (everything else is correct, just the enum name is wrong).
Contributor guide
No contributing guide indexed for this repository
Research direction
Open x509-certificate/src/algorithm.rs at line 585 and inspect the enum entry linked in the issue. Correct the name from ED25519 to X25519; the issue is done when that enum name matches the algorithm described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cryptography
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100