Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BCH/Reed-Solomon erasure decoding #133

Open
mhostetter opened this issue Jun 19, 2021 · 3 comments
Open

Add BCH/Reed-Solomon erasure decoding #133

mhostetter opened this issue Jun 19, 2021 · 3 comments
Labels
feature-request New feature or request fec Forward error correction

Comments

@mhostetter
Copy link
Owner

No description provided.

@mhostetter mhostetter added the feature-request New feature or request label Jun 19, 2021
@mhostetter mhostetter added the fec Forward error correction label Dec 12, 2021
@christakahashi
Copy link

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.

@mhostetter
Copy link
Owner Author

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).

@christakahashi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request fec Forward error correction
Projects
None yet
Development

No branches or pull requests

2 participants