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

Refine KEM interface. #116

Merged
merged 1 commit into from
Jan 4, 2023
Merged

Refine KEM interface. #116

merged 1 commit into from
Jan 4, 2023

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Jan 4, 2023

Closes #109

@dajiaji dajiaji changed the title Refactor KEM implementation. Refine KEM interface. Jan 4, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2023

Codecov Report

Merging #116 (13f6154) into main (12b2e8c) will increase coverage by 0.19%.
The diff coverage is 98.42%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   96.26%   96.45%   +0.19%     
==========================================
  Files          19       19              
  Lines        2113     2146      +33     
  Branches      200      195       -5     
==========================================
+ Hits         2034     2070      +36     
+ Misses         79       76       -3     
Flag Coverage Δ
unittests 96.45% <98.42%> (+0.19%) ⬆️

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

Impacted Files Coverage Δ
src/cipherSuite.ts 99.49% <93.33%> (+0.82%) ⬆️
src/kems/dhkem.ts 100.00% <100.00%> (ø)
src/kems/dhkemPrimitives/ec.ts 86.53% <100.00%> (ø)
src/kems/dhkemPrimitives/x25519.ts 97.16% <100.00%> (ø)
src/kems/dhkemPrimitives/x448.ts 97.16% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dajiaji dajiaji force-pushed the remove-kem-context branch from a6dd7ef to 13f6154 Compare January 4, 2023 02:05
@dajiaji dajiaji merged commit b81bc6b into main Jan 4, 2023
@dajiaji dajiaji deleted the remove-kem-context branch February 18, 2023 05:53
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.

Refine KemInterface.
2 participants