zfec_encode

Function zfec_encode 

Source
pub fn zfec_encode(k: usize, n: usize, input: &[u8]) -> Result<Vec<Vec<u8>>>
Expand description

Forward Error Correction Encoding

This requires botan_ffi_20230403, otherwise a not implemented error is returned