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
318 stars 49 forks source link

AES ECB mode support #597

Closed skmcgrail closed 1 week ago

skmcgrail commented 1 week ago

Issues:

Resolves #573

Description of changes:

Call-outs:

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 week ago

Codecov Report

Attention: Patch coverage is 93.48269% with 32 lines in your changes missing coverage. Please review.

Project coverage is 92.69%. Comparing base (c358484) to head (dcb21a1). Report is 114 commits behind head on main.

Files with missing lines Patch % Lines
aws-lc-rs/src/cipher/aes.rs 92.40% 11 Missing and 7 partials :warning:
aws-lc-rs/src/cipher/streaming.rs 93.75% 2 Missing and 7 partials :warning:
aws-lc-rs/src/cipher.rs 94.18% 3 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #597 +/- ## ========================================== - Coverage 95.80% 92.69% -3.11% ========================================== Files 61 67 +6 Lines 8143 9772 +1629 Branches 0 9772 +9772 ========================================== + Hits 7801 9058 +1257 - Misses 342 429 +87 - Partials 0 285 +285 ```

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