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: Eliminate "opaque" poly1305_state hack. #2273

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

poly1305 internals: Eliminate "opaque" poly1305_state hack.

b1101bf
Select commit
Loading
Failed to load commit list.
Draft

poly1305 internals: Eliminate "opaque" poly1305_state hack. #2273

poly1305 internals: Eliminate "opaque" poly1305_state hack.
b1101bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 0s

96.74% (-0.01%) compared to 90f2c88, passed because coverage increased by 0% when compared to adjusted base (96.74%)

View this Pull Request on Codecov

96.74% (-0.01%) compared to 90f2c88, passed because coverage increased by 0% when compared to adjusted base (96.74%)

Details

Codecov Report

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

Project coverage is 96.74%. Comparing base (90f2c88) to head (b1101bf).

Files with missing lines Patch % Lines
src/aead/poly1305/ffi_arm_neon.rs 81.25% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2273      +/-   ##
==========================================
- Coverage   96.74%   96.74%   -0.01%     
==========================================
  Files         171      171              
  Lines       20853    20872      +19     
  Branches      490      492       +2     
==========================================
+ Hits        20175    20192      +17     
- Misses        571      574       +3     
+ Partials      107      106       -1     

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