Skip to content
forked from openmls/openmls

Rust implementation of the Messaging Layer Security (MLS) protocol

License

Notifications You must be signed in to change notification settings

niklaslong/openmls

Repository files navigation

openmls

build status

This is a PoC Rust implementation of Messaging Layer Security based on draft 9+.

Supported ciphersuites

  • MLS10_128_HPKEX25519_AES128GCM_SHA256_Ed25519 (MTI)
  • MLS10_128_HPKEX25519_CHACHA20POLY1305_SHA256_Ed25519

Build

  • run cargo build

Test

  • run cargo test

About

Rust implementation of the Messaging Layer Security (MLS) protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Other 0.3%