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

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

9221c30
Select commit
Loading
Failed to load commit list.
Merged

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

poly1305 internals: Remove the I-U-F logic in poly1305.c.
9221c30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 23, 2025 in 0s

39.13% of diff hit (target 96.73%)

View this Pull Request on Codecov

39.13% of diff hit (target 96.73%)

Annotations

Check warning on line 150 in src/aead/chacha20_poly1305/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305/mod.rs#L150

Added line #L150 was not covered by tests

Check warning on line 155 in src/aead/chacha20_poly1305/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305/mod.rs#L155

Added line #L155 was not covered by tests

Check warning on line 161 in src/aead/chacha20_poly1305/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305/mod.rs#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 165 in src/aead/chacha20_poly1305/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305/mod.rs#L163-L165

Added lines #L163 - L165 were not covered by tests

Check warning on line 68 in src/aead/poly1305.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/poly1305.rs#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 72 in src/aead/poly1305.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/poly1305.rs#L70-L72

Added lines #L70 - L72 were not covered by tests