-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I was trying to do some very basic reed solomon encoding and decoding and I was able to generate FEC for an input array filled with the numbers 0 to 127, and then decode the input + fec data (given as FEC first, then data, figured out by trial and error). But while it works when there are no errors, introducing even one bit error seems to cause the decode never to complete (or at least not in any reasonable timeframe).
Have you done much testing on your reed solomon module of your red-agate-math library?
I had set up a GF2e8 with a gx from getgx using nth 127. I was doing an encode on 128 bytes (filled with numbers 0 to 127) and then trying to decode([...fec, ...input]).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels