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

chacha: Use Overlapping in the implementation of the fallback impl. #2211

Merged
merged 2 commits into from
Jan 9, 2025

chacha: Use `Overlapping` in the implementation of the fallback impl.

c956545
Select commit
Loading
Failed to load commit list.
Merged

chacha: Use Overlapping in the implementation of the fallback impl. #2211

chacha: Use `Overlapping` in the implementation of the fallback impl.
c956545
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 9, 2025 in 1s

79.79% of diff hit (target 97.10%)

View this Pull Request on Codecov

79.79% of diff hit (target 97.10%)

Annotations

Check warning on line 57 in src/aead/chacha/fallback.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/chacha/fallback.rs#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 29 in src/aead/overlapping/array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/array.rs#L29

Added line #L29 was not covered by tests

Check warning on line 42 in src/aead/overlapping/array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/array.rs#L42

Added line #L42 was not covered by tests

Check warning on line 56 in src/aead/overlapping/array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/array.rs#L56

Added line #L56 was not covered by tests

Check warning on line 71 in src/aead/overlapping/array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/array.rs#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 32 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L32

Added line #L32 was not covered by tests

Check warning on line 111 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 115 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 123 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 127 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 139 in src/aead/overlapping/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/aead/overlapping/base.rs#L138-L139

Added lines #L138 - L139 were not covered by tests