Hello there!
First, thank you for implementing the codec! It helps me a lot in my research.
I am just wondering that by the definition of RS codes, the length of message+ecc shall be no more than the number of symbols (2^c_exp). The reason is, each symbol in the message and ecc is an evaluation of a polynomial at a distinct element in GF(2^c_exp).
However, this library allows only 2^c_exp-1. Is there a specific reason for this?
Thank you!