Available on (32-bit or 64-bit) and (crate features
test-utils) only.Modules§
- vector_
converter - Helper mod that converts a objects that implement FromIterator<,> (like a HashMap or a BTreeMap) into a vector of tuples and vice versa.
Structs§
- AddMember
Config - Core
Party State - Struct representing a party’s global state
- Group
State - All of the state for a group and its members
- Hpke
KeyPair - Helper holding a (private, public) key pair as byte vectors.
- Member
State - Represents a group member’s
MlsGroupinstance and pre-group state - PreGroup
Party State - Struct representing a party’s state before joining a group
Enums§
- Ciphersuite
- MLS ciphersuites.
Traits§
- Open
MlsProvider - The OpenMLS Crypto Provider Trait
- Storage
Provider Trait - StorageProvider describes the storage backing OpenMLS and persists the state of OpenMLS groups.
Functions§
- generate_
credential - Helper function for generating a credential.
- random_
u8 - random_
u32 - random_
u64