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

chacha: Change name/signature of encrypt_{in_place,within}. #2236

Merged
merged 3 commits into from
Jan 17, 2025

chacha: Pass `cpu::Features` into `encrypt`.

ece5220
Select commit
Loading
Failed to load commit list.
Merged

chacha: Change name/signature of encrypt_{in_place,within}. #2236

chacha: Pass `cpu::Features` into `encrypt`.
ece5220
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2025 in 1s

96.96% (-0.01%) compared to 404b106

View this Pull Request on Codecov

96.96% (-0.01%) compared to 404b106

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 6 lines in your changes missing coverage. Please review.

Project coverage is 96.96%. Comparing base (404b106) to head (ece5220).

Files with missing lines Patch % Lines
src/aead/chacha20_poly1305_openssh.rs 68.42% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2236      +/-   ##
==========================================
- Coverage   96.96%   96.96%   -0.01%     
==========================================
  Files         166      166              
  Lines       20553    20565      +12     
  Branches      463      463              
==========================================
+ Hits        19930    19940      +10     
- Misses        515      517       +2     
  Partials      108      108              

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