Function crypto::reed_solomon::correct

source ยท
pub fn correct(codeword: &mut [u8], erasures: &[usize]) -> Result<usize, Error>