-
Notifications
You must be signed in to change notification settings - Fork 71
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 ES256Signer #240
Add ES256Signer #240
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
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.
This is wonderful and kudos for the approach with smaller PRs that are easier to digest :)
There is a tiny linter error.
Please run yarn run format --fix
and commit the tiny changes. Everything else looks great!
# [6.3.0](6.2.2...6.3.0) (2022-08-07) ### Features * add ES256Signer ([#240](#240)) ([08b2761](08b2761))
🎉 This PR is included in version 6.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This is a redo of PR #212 . For the time being, I am changing 1 file and adding 2. There will be more. I figure just changing 3 at first will be more digestible.