wireapp / melissa

Messaging Layer Security (MLS) implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melissa

build status

This is a PoC implementation of Messaging Layer Security written in Rust to verify concepts of draft 1-4.

This repository is not under active development. For a more up-to-date implementation of MLS, see OpenMLS.

Dependencies

Build

  • install libsodium (and make sure it can be found by using something like pkg-config)
  • run cargo build

Test

cargo test

About

Messaging Layer Security (MLS) implementation in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%