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.