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

Separate dhkemPrimitives from dhkem classes. #211

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Jul 28, 2023

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #211 (55bcc90) into main (b6082d8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
+ Coverage   96.89%   96.90%   +0.01%     
==========================================
  Files          21       26       +5     
  Lines        2417     2427      +10     
  Branches      216      216              
==========================================
+ Hits         2342     2352      +10     
  Misses         75       75              
Flag Coverage Δ
unittests 96.90% <100.00%> (+0.01%) ⬆️

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

Files Changed Coverage Δ
src/cipherSuite.ts 100.00% <100.00%> (ø)
src/kems/dhkemP256.ts 100.00% <100.00%> (ø)
src/kems/dhkemP384.ts 100.00% <100.00%> (ø)
src/kems/dhkemP521.ts 100.00% <100.00%> (ø)
src/kems/dhkemPrimitives/ec.ts 88.54% <100.00%> (ø)
src/kems/dhkemPrimitives/x25519.ts 100.00% <100.00%> (ø)
src/kems/dhkemPrimitives/x448.ts 100.00% <100.00%> (ø)
src/kems/dhkemX25519.ts 100.00% <100.00%> (ø)
src/kems/dhkemX448.ts 100.00% <100.00%> (ø)

@dajiaji dajiaji merged commit b0c9aaf into main Jul 28, 2023
@dajiaji dajiaji deleted the separate-prim-from-dhkem-class branch August 13, 2023 09:22
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