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

poly1305 internals: Remove the I-U-F logic in poly1305.c. #2272

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

briansmith
Copy link
Owner

Only pass whole blocks to update, except for the last batch.

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

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.75%. Comparing base (77f5acb) to head (9221c30).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2272      +/-   ##
==========================================
+ Coverage   96.73%   96.75%   +0.01%     
==========================================
  Files         171      171              
  Lines       20879    20853      -26     
  Branches      499      490       -9     
==========================================
- Hits        20198    20176      -22     
+ Misses        573      571       -2     
+ Partials      108      106       -2     

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

Only pass whole blocks to update, except for the last batch.
@briansmith briansmith force-pushed the b/backup-poly1305-i-u-f-2 branch from d40d624 to 9221c30 Compare January 23, 2025 00:40
@briansmith briansmith merged commit 90f2c88 into main Jan 23, 2025
169 checks passed
@briansmith briansmith deleted the b/backup-poly1305-i-u-f-2 branch January 23, 2025 04:12
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