openmls 0.4.1

This is a WIP Rust implementation of the Messaging Layer Security (MLS) protocol based on draft 12+.
Documentation
1
2
3
4
5
6
//! Unit tests for messages

mod test_codec;
mod test_pgs;
mod test_proposals;
mod test_welcome;