openmls 0.8.1

A Rust implementation of the Messaging Layer Security (MLS) protocol, as defined in RFC 9420.
1
2
3
4
5
6
7
8
//! Test and Known Answer Test (KAT) modules for the MLS group.

mod commit_builder_leaf_node_validation;
mod external_init;
mod mls_group;
mod past_secrets;
mod proposals;
mod secret_tree_persistence;