awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
104 stars 19 forks source link

Add P384 suport for RustCrypto #190

Closed mulmarta closed 2 months ago

mulmarta commented 2 months ago

Description of changes:

RustCrypto now supports P384.

Testing:

Covered by the core test.

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

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 89.28571% with 6 lines in your changes missing coverage. Please review.

Project coverage is 90.02%. Comparing base (a7b0422) to head (2e7c0db).

Files with missing lines Patch % Lines
mls-rs-crypto-rustcrypto/src/ec_for_x509.rs 0.00% 4 Missing :warning:
mls-rs-crypto-rustcrypto/src/ec.rs 95.91% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #190 +/- ## ========================================== + Coverage 90.00% 90.02% +0.02% ========================================== Files 175 175 Lines 31266 31322 +56 ========================================== + Hits 28140 28197 +57 + Misses 3126 3125 -1 ```

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