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/patch failed Jan 16, 2025 in 0s

88.57% of diff hit (target 97.00%)

View this Pull Request on Codecov

88.57% of diff hit (target 97.00%)

Annotations

Check warning on line 117 in src/aead/chacha20_poly1305.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305.rs#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 198 in src/aead/chacha20_poly1305.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha20_poly1305.rs#L197-L198

Added lines #L197 - L198 were not covered by tests