dajiaji / hpke-js

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
https://dajiaji.github.io/hpke-js/docs
MIT License
63 stars 9 forks source link

Drop KemId/KdfId/AeadId support from CipherSuiteNative. #261

Closed dajiaji closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #261 (0198b37) into main (b856aaa) will decrease coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
- Coverage   97.67%   97.61%   -0.06%     
==========================================
  Files          34       34              
  Lines        2275     2222      -53     
  Branches      230      216      -14     
==========================================
- Hits         2222     2169      -53     
  Misses         52       52              
  Partials        1        1              
Flag Coverage Δ
unittests 97.61% <100.00%> (-0.06%) :arrow_down:

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

Files Changed Coverage Δ
src/aeads/chacha20Poly1305.ts 100.00% <ø> (ø)
mod.ts 100.00% <100.00%> (ø)
src/cipherSuite.ts 100.00% <100.00%> (ø)
src/cipherSuiteNative.ts 100.00% <100.00%> (ø)