galois icon indicating copy to clipboard operation
galois copied to clipboard

Add BCH/Reed-Solomon erasure decoding

Open mhostetter opened this issue 3 years ago • 4 comments

mhostetter avatar Jun 19 '21 15:06 mhostetter

I'd love to see this feature added. I started a project using galois because I wanted more flexibility to use fields other than GF(2**m), which isn't available in other libraries I've found, but handling erasures is a must for me.

christakahashi avatar Jun 27 '23 00:06 christakahashi

Thanks for using the library. It's something I'd like to add. I'll need to get out the textbooks to get the modified erasure algorithm. I don't believe it's too complicated, but I'll need to look it up and test it.

If you have any personal experience with erasure decoding, any help is welcome (but none is expected).

mhostetter avatar Jun 27 '23 01:06 mhostetter

Sadly I don't have any experience implementing erasure codes. :(

christakahashi avatar Jun 27 '23 01:06 christakahashi