A Rust implementation of the Message Layer Security group messaging protocol
Rust
117
131 commits
updated Aug 14, 2023
An extremely early implementation of the Message Layer Security group messaging protocol. This repo is based on draft 4 of the MLS protocol specification. To build internal docs, do
cargo doc --document-private-items
See examples/sample_interaction.rs for an example of how to use this crate. To run the example, do
cargo run --example sample_interaction
This software should not be used in any security-sensitive contexts. Use at your own risk.
Licensed under Apache License, Version 2.0, (LICENSE)
Rust
100.0%
A Rust implementation of the Message Layer Security group messaging protocol
Rust
117
131 commits
updated Aug 14, 2023
An extremely early implementation of the Message Layer Security group messaging protocol. This repo is based on draft 4 of the MLS protocol specification. To build internal docs, do
cargo doc --document-private-items
See examples/sample_interaction.rs for an example of how to use this crate. To run the example, do
cargo run --example sample_interaction
This software should not be used in any security-sensitive contexts. Use at your own risk.
Licensed under Apache License, Version 2.0, (LICENSE)
Rust
100.0%