Project

melos

0.0
The project is in a healthy, maintained state
Messaging Layer Security Protocol (RFC 9420) on Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.3.1
~> 5.12, >= 5.12.2
 Project Readme

Melos

Gem Version

a Messaging Layer Security Protocol implementation in Ruby

(yes, an mls gem happened to exist since 2014, so...)

Note on implementation status

As of version 0.0.1, this implements:

  • Serialization/deserialization of messages
  • Key Schedule
  • Encryption Secret Tree
  • Applying Add/Update/Remove/PreSharedKey/GroupContextExtensions Proposal types
  • (thus passes all test vectors in mls-implementations/test-vectors.md)

but lacks the following (not a complete list):

  • Creating messages
  • Applying ReInit/ExternalInit proposals
  • Validation (rejecting error cases)