covert-encryption / covert

An encryption format offering better security, performance and ease of use than PGP. File a bug if you found anything where we are worse than our competition, and we will fix it.
40 stars 10 forks source link

Fix blockstream decryption bug causing signature verification failures #80

Closed covert-encryption closed 2 years ago

covert-encryption commented 2 years ago

Fix #79

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (297f41d) into main (76a7570) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   74.47%   74.96%   +0.49%     
==========================================
  Files          23       23              
  Lines        2174     2169       -5     
  Branches      510      509       -1     
==========================================
+ Hits         1619     1626       +7     
+ Misses        432      422      -10     
+ Partials      123      121       -2     
Impacted Files Coverage Δ
covert/blockstream.py 87.04% <100.00%> (+5.73%) :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 76a7570...297f41d. Read the comment docs.

covert-encryption commented 2 years ago

Should be good now.