mlspp icon indicating copy to clipboard operation
mlspp copied to clipboard

Implement light MLS

Open bifurcation opened this issue 10 months ago • 0 comments

WIP https://datatracker.ietf.org/doc/draft-kiefer-mls-light/

  • [X] Convert TreeKEMPublicKey storage from array to map, so we can store partial trees
  • [ ] Allow creation / validation of tree slices
  • [ ] Allow client to join with light Welcome
  • [ ] Allow client to process light Commit
  • [ ] Allow client to upgrade to full client (by providing full ratchet tree
  • [ ] Implement logic to map Commit -> list of LightCommit based on tree and list of light clients
  • [ ] Add tests for light client scenarios

bifurcation avatar Apr 15 '24 18:04 bifurcation