Reed-Solomon encoding in GF2?

307 Views Asked by At

I'm vaguely familiar with Reed-Solomon encoding + know that it's generally done in GF(256).

Is there any way to use GF(2)? If I have a hardware LFSR (as is used for CRC calculation), can I make use of it to generate a Reed-Solomon syndrome for error correction, or am I out of luck? (I am not asking about decoding, just encoding.)