openmls 0.2.0

This is a WIP Rust implementation of the Messaging Layer Security (MLS) protocol based on draft 9+.
docs.rs failed to build openmls-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: openmls-0.5.0

openmls

build status

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

Supported ciphersuites

  • MLS10_128_HPKEX25519_AES128GCM_SHA256_Ed25519 (MTI)
  • MLS10_128_DHKEMP256_AES128GCM_SHA256_P256
  • MLS10_128_HPKEX25519_CHACHA20POLY1305_SHA256_Ed25519

Build

  • run cargo build

Test

  • run cargo test

Benchmark

  • run cargo bench