briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

Reduce the number of `as` conversions for integer casts. #1958

Closed briansmith closed 6 months ago

briansmith commented 6 months ago

See the individual commit messages for details. This is a non-functional change.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4f3d6e9) 96.29% compared to head (c8995cd) 96.29%.

Files Patch % Lines
src/io/der_writer.rs 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1958 +/- ## ======================================= Coverage 96.29% 96.29% ======================================= Files 135 135 Lines 20654 20663 +9 Branches 226 226 ======================================= + Hits 19888 19898 +10 + Misses 732 730 -2 - Partials 34 35 +1 ```

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