awslabs / mls-rs

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

Make `ExternalGroup::propose` public #172

Closed tomleavy closed 1 week ago

tomleavy commented 1 week ago

Description of changes:

We had a function that sends a generic Proposal enum as an external proposal but it was not public. This made re-sending unused proposals difficult

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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.62%. Comparing base (9c07f8f) to head (e37009a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #172 +/- ## ======================================= Coverage 89.62% 89.62% ======================================= Files 175 175 Lines 31599 31599 ======================================= Hits 28320 28320 Misses 3279 3279 ```

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