You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will have a function that parses an MLSMessage and outputs information needed to fetch the right data from storage.
pubenumMlsMessageDescription<'a>{Welcome{key_package_refs:&'a [KeyPackageRef],cipher_suite:CipherSuite,},ProtocolMessage{group_id:&'a [u8],epoch_id:u64,content_type:ContentType,// commit, proposal, or application},// Processing GroupInfo and KeyPackage does not require any storageGroupInfo,KeyPackage,}impl<'a>From<&'a MlsMessage>forMlsMessageDescription<'a>{
...
}implMlsMessage{fndescription(&self) -> MlsMessageDescription{
....
}}
The text was updated successfully, but these errors were encountered:
Background
Part of #211
Parse Message
We will have a function that parses an MLSMessage and outputs information needed to fetch the right data from storage.
The text was updated successfully, but these errors were encountered: