pub struct ErrorLocator<P: PolynomialCoefs> { /* private fields */ }
Expand description
Finds the error location polynomial Λ(x) from the syndrome polynomial s(x).
This uses Hankerson et al’s version of the Berlekamp-Massey algorithm, with the result being Λ(x) = p2t(x) = σR(x).
Implementations
Construct a new ErrorLocator
from the given syndrome polynomial s(x).
Construct the error locator polynomial Λ(x).