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

Add ES256K algorithm #391

Open
daniel-mader opened this issue Jun 4, 2024 · 1 comment
Open

Add ES256K algorithm #391

daniel-mader opened this issue Jun 4, 2024 · 1 comment

Comments

@daniel-mader
Copy link

Are you planning to add more ECDSA algorithms such as ES256K (curve secp256k1)? I looked into ring which currently only seems to support ES256 and ES384. Seems like RustCrypto/elliptic-curves would support it, but I reckon that you would not consider adding the additional k256 crate at this point.

@Keats
Copy link
Owner

Keats commented Jun 5, 2024

Not for now, there are a few PRs to change the backend already:

  1. Add feature based on aws-lc-rs cryptographic library instead of ring #377
  2. remove ring #318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants