-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Light MLS #436
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I have not deeply verified the tree math though but others flows looked fine. Thanks
cmd/interop/src/mls_client_impl.cpp
Outdated
const auto force_path = request->force_path(); | ||
const auto inline_tree = !request->external_tree(); | ||
const auto include_membership_proof = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this, we haven't updated this code since we moved to AnnotatedWelcome. I'll update and request re-review.
As described in draft-kiefer-mls-light-01.
This PR enables clients to join and participate in groups without having the full ratchet tree. There are a few major changes:
mls_ds
library is added for tools that are useful in constructing a DS. In particular, a class that follows the evolution of a group's ratchet tree based on the Commits in the group