Function crypto::reed_solomon::find_error_magnitudes
source · fn find_error_magnitudes(
codeword: &[gf256],
S: &[gf256],
Λ: &[gf256],
error_locations: &[usize],
) -> Vec<gf256>
fn find_error_magnitudes(
codeword: &[gf256],
S: &[gf256],
Λ: &[gf256],
error_locations: &[usize],
) -> Vec<gf256>