Module byte_vec

Source
Expand description

Optimized encoding and decoding for types that can be represented by Vec<u8>.

Compatible with derive macros by using mls_codec(with = "mls_rs_codec::byte_vec")

Functionsยง

mls_decode
Optimized decoding for types that can be represented as Vec<u8>
mls_encode
Optimized encoding for types that can be represented as u8 slices.
mls_encoded_len
Optimized length calculation for types that can be represented as u8 slices.