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 support for importKey('jwk'). #183

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Jul 17, 2023

Close #133

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

Merging #183 (82aaa4d) into main (a50325b) will increase coverage by 0.58%.
The diff coverage is 98.65%.

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   95.86%   96.44%   +0.58%     
==========================================
  Files          20       20              
  Lines        2321     2448     +127     
  Branches      198      231      +33     
==========================================
+ Hits         2225     2361     +136     
+ Misses         96       87       -9     
Flag Coverage Δ
unittests 96.44% <98.65%> (+0.58%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/utils/misc.ts 89.36% <91.66%> (+1.40%) ⬆️
src/kems/dhkemPrimitives/ec.ts 89.07% <97.36%> (+2.54%) ⬆️
src/cipherSuite.ts 98.05% <100.00%> (ø)
src/kems/dhkem.ts 100.00% <100.00%> (ø)
src/kems/dhkemPrimitives/x25519.ts 100.00% <100.00%> (+2.94%) ⬆️
src/kems/dhkemPrimitives/x448.ts 100.00% <100.00%> (+2.94%) ⬆️
src/xCryptoKey.ts 100.00% <100.00%> (ø)

@dajiaji dajiaji force-pushed the add-support-for-import-jwk branch 2 times, most recently from edca64c to 0799eeb Compare July 17, 2023 05:10
@dajiaji dajiaji force-pushed the add-support-for-import-jwk branch from 0799eeb to 82aaa4d Compare July 17, 2023 05:26
@dajiaji dajiaji merged commit 04ffeaa into main Jul 17, 2023
11 checks passed
@dajiaji dajiaji deleted the add-support-for-import-jwk branch August 13, 2023 09:23
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

Successfully merging this pull request may close these issues.

Add JWK support to importKey.
2 participants