-
Notifications
You must be signed in to change notification settings - Fork 3
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 support for ECDSA P-384
key type
#50
Conversation
P-384
key type
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #50 +/- ##
==========================================
+ Coverage 93.76% 93.97% +0.20%
==========================================
Files 8 9 +1
Lines 850 896 +46
==========================================
+ Hits 797 842 +45
- Misses 53 54 +1
|
create ECDSA cryptosuite with different key types.
f18f8b4
to
b498d36
Compare
7d02961
to
d9061e4
Compare
`@digitalbazaar/ecdsa-2019-cryptosuite` v1.1.0.
CHANGELOG.md
Outdated
## 18.1.0 - 2023-08-TBD | ||
|
||
### Added | ||
- Add support for verifying signatures that uses `ECDSA P-384` key type. |
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.
- Add support for verifying signatures that uses `ECDSA P-384` key type. | |
- Add support for verifying signatures that use the `ECDSA P-384` key type. |
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.
Updated c4c5d69
TODO: Update@digitalbazaar/ecdsa-2019-cryptosuite
to released version inpackage.json
.