awslabs / mls-rs

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

feat(mls-rs): CommitOutput stores an update path flag #203

Closed ManevilleF closed 1 week ago

ManevilleF commented 1 week ago

Description of changes:

Expose a flag in CommitOutput describing if the commit performs a path update. This is useful for consumer performing periodic updates to reset their internal timer.

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