Expand description
Matrix operations over GF(2^16) for Reed-Solomon decoding.
PAR2 repair requires:
- Building a Vandermonde-like matrix from recovery block exponents
- Selecting rows corresponding to available (non-damaged) data + recovery blocks
- Inverting the submatrix via Gaussian elimination
- Multiplying the inverse by recovery data to recover original blocks
Structs§
- GfMatrix
- A matrix over GF(2^16), stored in row-major order.
Functions§
- par2_
input_ constants - Compute the PAR2 input slice constants.