Function mls_encode

Source
pub fn mls_encode<T>(data: &T, writer: &mut Vec<u8>) -> Result<(), Error>
where T: AsRef<[u8]>,
Expand description

Optimized encoding for types that can be represented as u8 slices.