From 77361620e93702e24ead9ea7534f68d3103dcb4d Mon Sep 17 00:00:00 2001 From: Johannes Leupold Date: Sat, 9 Mar 2024 22:56:32 +0100 Subject: [PATCH] Add mls-kotlin to the implementations list --- implementation_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementation_list.md b/implementation_list.md index d9ef705..7a1bef9 100644 --- a/implementation_list.md +++ b/implementation_list.md @@ -3,6 +3,7 @@ - MLSpp (C++) [https://github.com/cisco/mlspp](https://github.com/cisco/mlspp) (Status: RFC) - OpenMLS (Rust) [https://github.com/openmls/openmls](https://github.com/openmls/openmls) (Status: RFC) - [Wickr](https://wickr.com/) proprietary implementation (Rust) (Status: RFC) + - mls-kotlin (Kotlin) [https://github.com/Traderjoe95/mls-kotlin](https://github.com/Traderjoe95/mls-kotlin) (Status: RFC) - [RingCentral](https://www.ringcentral.com/) proprietary implementation (C++) (Status: draft-11; RFC in progress) - `MLS*` (F*) (Status: RFC in progress) - [BouncyCastle](https://github.com/bcgit/bc-java/issues/1317) (Java) (Status: RFC in progress)