pub fn encoded_size_upper_bound(input_size: usize) -> usize
Expand description

Determines the upper bound of the encoded message size depending on the input length

COBS induces a maximum of ⌈n/254⌉ bytes overhead for n data bytes.