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

Consider using noble-curves for keygen #8

Open
paulmillr opened this issue Feb 16, 2023 · 1 comment
Open

Consider using noble-curves for keygen #8

paulmillr opened this issue Feb 16, 2023 · 1 comment
Labels
good first issue Good for newcomers question Further information is requested

Comments

@paulmillr
Copy link

curves recently got out. This could be an opportunity to:

  1. Make API synchronous
  2. Improve compatibility with environments where EC is not available in native webcrypto
  3. Add support for additional curves, such as secp256k1, or any other curve, including custom ones.

As a side note, you're using hash-to-curve which is also implemented in curves.

We will probably publish an audit of the library some time soon.

@armfazh
Copy link
Contributor

armfazh commented Feb 16, 2023

@paulmillr thanks for reaching, nice work with noble packages. We will consider the package. I will left open this ticket, if some is interested in helps us with the migration.

@armfazh armfazh added good first issue Good for newcomers question Further information is requested labels Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants