awslabs / mls-rs

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

Support receiving own proposals without an error #154

Closed mulmarta closed 3 months ago

mulmarta commented 5 months ago

To make implementing DS's easier, this PR allows clients to receive their own proposals.

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 4 months ago

Codecov Report

Attention: Patch coverage is 91.09589% with 13 lines in your changes missing coverage. Please review.

Project coverage is 89.65%. Comparing base (7c2926e) to head (5a24654).

Files Patch % Lines
mls-rs/src/group/message_hash.rs 57.14% 6 Missing :warning:
mls-rs/src/group/mod.rs 94.20% 4 Missing :warning:
mls-rs/src/group/message_processor.rs 86.36% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #154 +/- ## ========================================== + Coverage 89.62% 89.65% +0.02% ========================================== Files 174 175 +1 Lines 31497 31578 +81 ========================================== + Hits 28230 28310 +80 - Misses 3267 3268 +1 ```

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