laysakura / serde-encrypt

🔐 Encrypts all the Serialize.
Apache License 2.0
175 stars 6 forks source link

test: encrypt/decrypt with 1MB message #86

Closed laysakura closed 3 years ago

laysakura commented 3 years ago

Fixes: #9

Not too slow. Currently, no need to chunk.

codecov[bot] commented 3 years ago

Codecov Report

Merging #86 (a19752b) into main (94470fa) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   82.80%   82.99%   +0.18%     
==========================================
  Files          36       37       +1     
  Lines        2193     2217      +24     
==========================================
+ Hits         1816     1840      +24     
  Misses        377      377              
Impacted Files Coverage Δ
serde-encrypt/tests/feat_large_message.rs 100.00% <100.00%> (ø)

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 94470fa...a19752b. Read the comment docs.