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
9
10
11
12
13
{
    "protocol_versions": [
        1
    ],
    "ciphersuites": [
        1
    ],
    "extensions": [
        1,
        2,
        3
    ]
}