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: Start using Overlapping in open(). #2204

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

briansmith
Copy link
Owner

No description provided.

@briansmith briansmith self-assigned this Jan 1, 2025
Copy link

codecov bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 93.47826% with 3 lines in your changes missing coverage. Please review.

Project coverage is 97.17%. Comparing base (800bb76) to head (6df99ff).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/aead/overlapping/base.rs 88.23% 2 Missing ⚠️
src/aead/chacha20_poly1305.rs 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2204   +/-   ##
=======================================
  Coverage   97.16%   97.17%           
=======================================
  Files         158      158           
  Lines       20234    20256   +22     
  Branches      454      454           
=======================================
+ Hits        19661    19683   +22     
- Misses        467      469    +2     
+ Partials      106      104    -2     

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

@briansmith briansmith force-pushed the b/chacha-overlapping branch from 8068034 to 6df99ff Compare January 1, 2025 21:12
@briansmith briansmith merged commit 555d598 into main Jan 1, 2025
157 of 158 checks passed
@briansmith briansmith deleted the b/chacha-overlapping branch January 1, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant