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).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.