Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust cryptography library for ed25519-dalek V2 #1357

Open
TheNewAutonomy opened this issue Apr 7, 2024 · 0 comments
Open

Update Rust cryptography library for ed25519-dalek V2 #1357

TheNewAutonomy opened this issue Apr 7, 2024 · 0 comments
Assignees
Labels
Enhancement 👷 New feature or request

Comments

@TheNewAutonomy
Copy link
Member

Feature Request

Is your feature request related to a problem? Please describe.
The ed25519-dalek library being used is an v1 release candidate and so pre-version 1. This library has been updated to v2 which includes some breaking changes. For optimal performance and for security best practice we should upgrade to v2, changing our code accordingly.

Describe the solution you'd like
Either update the current package to work with ed25519-dalek v2 or write a new package targeting v2.

Describe alternatives you've considered
Sticking with the current build or switching to a .NET version. The Rust implementation will be the most optimal for performance and so we should continue to use this package.

Teachability, Documentation, Adoption, Migration Strategy
Users should not be impacted by the change.

@TheNewAutonomy TheNewAutonomy added the Enhancement 👷 New feature or request label Apr 7, 2024
@TheNewAutonomy TheNewAutonomy self-assigned this Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 👷 New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant