mlswg / mls-implementations

Coordination of implementation and interop specific details
110 stars 14 forks source link

Add mls-kotlin to the implementations list #182

Closed Traderjoe95 closed 5 months ago

Traderjoe95 commented 6 months ago

This adds my Kotlin implementation of MLS to the implementations list.

The RFC implementation is mostly complete as of today, there are only few minor details missing, such as the Deletion Schedule, which are anyway more of a responsibility of the implementation.

I will implement the Test Harness for interop testing in the near future, but the library is already passing all test vectors.