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
//! Unit tests for the ciphersuites.

mod tests;

// Test vector for basic crypto functionality
mod kat_crypto_basics;