-
Notifications
You must be signed in to change notification settings - Fork 73
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 es256 signer alg, comes after Remove Recoverable Parameter from ES256Signer (PR #247) #248
Add es256 signer alg, comes after Remove Recoverable Parameter from ES256Signer (PR #247) #248
Conversation
…p into files by curve
…les as suggested by linter
…ithms, add a not for secp256r1 support of in src/VerifierAlgorithm.common.ts
…ted for u8a, temporarily commiting for now
to match upstream
… with secp256k1 not secp256r1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for contributing this!
Do you also plan to add a verifier alg?
# [6.7.0](6.6.1...6.7.0) (2022-09-02) ### Features * add ES256 signer alg for jwt ([#248](#248)) ([3789c9d](3789c9d))
🎉 This PR is included in version 6.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Yes. This code is in the process of being tested. |
This PR should be accepted after #247 . It adds ES256 to SignerAlgorithm.ts and SignerAlgorithm.test.ts