engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

Add AES-GCM-SIV support #45

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

This is based on work I did a month or so ago and improved on, fixed bugs, etc today.

Fixes #13

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 1.11%. The diff coverage is 71.2%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   66.19%   67.31%   +1.11%     
==========================================
  Files           8        9       +1     
  Lines        1133     1181      +48     
  Branches      248      258      +10     
==========================================
+ Hits          750      795      +45     
+ Misses        176      164      -12     
- Partials      207      222      +15
Impacted Files Coverage Δ
src/etree.rs 65.25% <ø> (-0.26%) :arrow_down:
src/cas.rs 26.78% <0%> (ø) :arrow_up:
src/lib.rs 78.82% <100%> (+3.55%) :arrow_up:
src/crypto.rs 64.35% <64.7%> (-3.09%) :arrow_down:
src/prot.rs 63.04% <70%> (+1.58%) :arrow_up:
src/cipher.rs 73.48% <73.48%> (ø)
src/pbkdf.rs 76.69% <75%> (+4.23%) :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 7e3d9d6...f0723c9. Read the comment docs.