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
// FIXME: 624 The tree kem test vectors have to be regenerated after #541.
// pub mod kat_tree_kem;
#[cfg(test)]
pub mod kat_tree_operations;
#[cfg(test)]
pub mod kat_tree_validation;
#[cfg(test)]
pub mod kat_treekem;