Skip to main content

write_blob

Function write_blob 

Source
pub async fn write_blob(
    stream: &mut TcpStream,
    data: &[u8],
) -> Result<(), WireError>
Expand description

Writes an opaque length-prefixed blob (e.g. a serialised MLS Welcome or KeyPackage).