esabo / CodingTheory

A coding theory library for Julia.
https://esabo.github.io/CodingTheory/
BSD 3-Clause "New" or "Revised" License
26 stars 11 forks source link

Reed-Solomon Constructor Broken #1

Closed esabo closed 2 years ago

esabo commented 2 years ago

The Reed-Solomon constructor is returning the wrong generator polynomial, yet the same parameters work correctly in the BCH constructor.

esabo commented 2 years ago

Works correctly. Verified by comparing examples with textbooks and MAGMA output.