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

chacha20_poly1305 internals: DRY per-packet initialization. #2230

Merged
merged 2 commits into from
Jan 16, 2025

chacha20_poly1305 internals: DRY per-packet initialization.

675fa0b
Select commit
Loading
Failed to load commit list.
Merged

chacha20_poly1305 internals: DRY per-packet initialization. #2230

chacha20_poly1305 internals: DRY per-packet initialization.
675fa0b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2025 in 0s

92.33% (-4.67%) compared to f2116eb

View this Pull Request on Codecov

92.33% (-4.67%) compared to f2116eb

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.33%. Comparing base (f2116eb) to head (675fa0b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2230      +/-   ##
==========================================
- Coverage   97.00%   92.33%   -4.67%     
==========================================
  Files         165      164       -1     
  Lines       20511    19581     -930     
  Branches      464      464              
==========================================
- Hits        19897    18081    -1816     
- Misses        505     1377     +872     
- Partials      109      123      +14     

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