transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.
https://penumbra-example.vercel.app/
Apache License 2.0
145 stars 19 forks source link

Fixes peek by adding option to ignore auth tag #179

Closed michaelfarrell76 closed 4 years ago

michaelfarrell76 commented 4 years ago

@eligrey https://github.com/transcend-io/penumbra/issues/16

codecov[bot] commented 4 years ago

Codecov Report

Merging #179 (fe3ae80) into master (e806026) will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   66.54%   66.78%   +0.23%     
==========================================
  Files          34       34              
  Lines         834      837       +3     
  Branches      140      142       +2     
==========================================
+ Hits          555      559       +4     
  Misses        199      199              
+ Partials       80       79       -1     
Impacted Files Coverage Δ
src/decrypt.ts 60.00% <100.00%> (-1.91%) :arrow_down:
src/fetchAndDecrypt.ts 38.88% <100.00%> (ø)
src/tests/api.test.ts 85.96% <0.00%> (+1.75%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e806026...fe3ae80. Read the comment docs.