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

Refactor Kem/Kdf/Aead algorithm constructor. #185

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Jul 18, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 18, 2023

Codecov Report

Merging #185 (dc9b39a) into main (09a53bf) will decrease coverage by 0.11%.
The diff coverage is 95.19%.

@@            Coverage Diff             @@
##             main     #185      +/-   ##
==========================================
- Coverage   96.44%   96.34%   -0.11%     
==========================================
  Files          20       21       +1     
  Lines        2448     2542      +94     
  Branches      231      232       +1     
==========================================
+ Hits         2361     2449      +88     
- Misses         87       93       +6     
Flag Coverage Δ
unittests 96.34% <95.19%> (-0.11%) ⬇️

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

Impacted Files Coverage Δ
src/webCrypto.ts 46.66% <ø> (-8.89%) ⬇️
src/kems/dhkemPrimitives/ec.ts 88.54% <82.22%> (-0.54%) ⬇️
src/cipherSuite.ts 97.89% <92.59%> (-0.16%) ⬇️
src/aeadKeys/aesGcmKey.ts 100.00% <100.00%> (ø)
src/aeadKeys/chacha20Poly1305Key.ts 100.00% <100.00%> (ø)
src/algorithm.ts 100.00% <100.00%> (ø)
src/encryptionContext.ts 97.22% <100.00%> (+0.02%) ⬆️
src/exporterContext.ts 97.33% <100.00%> (ø)
src/kdfs/hkdf.ts 98.94% <100.00%> (+0.06%) ⬆️
src/kems/dhkem.ts 100.00% <100.00%> (ø)
... and 3 more

@dajiaji dajiaji force-pushed the refactor-crypto-api-setting branch from d5870b9 to dc9b39a Compare July 18, 2023 14:47
@dajiaji dajiaji merged commit 593f9bf into main Jul 18, 2023
11 checks passed
@dajiaji dajiaji deleted the refactor-crypto-api-setting 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.

2 participants