Skip to main content

inner_encode

Function inner_encode 

Source
pub fn inner_encode(
    inner: InnerFec,
    info_bits: &[u8],
    cache: &CodecCache,
) -> Vec<u8> 
Expand description

Encodes info_bits through the inner code, returning coded bits. The info bit stream is fragmented into K-bit blocks, each encoded into one N-bit codeword (final block zero-padded). None passes through.