aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
236 stars 40 forks source link

Cleanup use of mut ptr #430

Closed justsmth closed 4 weeks ago

justsmth commented 1 month ago

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 92.67%. Comparing base (c358484) to head (2d7b1b7). Report is 18 commits behind head on main.

Files Patch % Lines
aws-lc-rs/src/cbb.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #430 +/- ## ========================================== - Coverage 95.80% 92.67% -3.13% ========================================== Files 61 61 Lines 8143 8174 +31 Branches 0 8174 +8174 ========================================== - Hits 7801 7575 -226 - Misses 342 357 +15 - Partials 0 242 +242 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.