Skip to main content

encoded_len

Function encoded_len 

Source
pub fn encoded_len(data_len: usize) -> usize
Expand description

Returns the number of encoded bytes for data_len data bytes.

Accounts for K−1 tail bits and rate-1/2 expansion.