pub fn parse_group_message(
data: &[u8],
) -> Result<ProtocolMessage, ValidationError>Expand description
Parse an MLS group message and preserve accepted trailing bytes.
The parser consumes the first TLS-encoded message. It returns framing or protocol errors, but does not authenticate the sender or inspect membership.