Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6: add S2K Argon2 and AEAD s2k usage #2296

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

add S2K Argon2 and AEAD s2k usage

ef7ee3a
Select commit
Loading
Failed to load commit list.
Open

v6: add S2K Argon2 and AEAD s2k usage #2296

add S2K Argon2 and AEAD s2k usage
ef7ee3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

84.82% (+0.00%) compared to ddcbaa9

View this Pull Request on Codecov

84.82% (+0.00%) compared to ddcbaa9

Details

Codecov Report

Attention: Patch coverage is 73.13433% with 18 lines in your changes missing coverage. Please review.

Project coverage is 84.82%. Comparing base (ddcbaa9) to head (ef7ee3a).

Files with missing lines Patch % Lines
src/lib/crypto/s2k.cpp 18.75% 13 Missing ⚠️
src/librepgp/stream-packet.cpp 75.00% 4 Missing ⚠️
src/librepgp/stream-key.cpp 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #2296     +/-   ##
=========================================
  Coverage   84.81%   84.82%             
=========================================
  Files         116      102     -14     
  Lines       23346    21533   -1813     
=========================================
- Hits        19802    18265   -1537     
+ Misses       3544     3268    -276     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.