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

Make two different trait for ReedSolomon Encoder and Decoder #15

Open
drskalman opened this issue Jul 3, 2021 · 0 comments
Open

Make two different trait for ReedSolomon Encoder and Decoder #15

drskalman opened this issue Jul 3, 2021 · 0 comments
Assignees

Comments

@drskalman
Copy link

The encoder and the decoder of RS code has enough different behavoirs which merit them different trait. That is for example includes the fact the decoder need to compute, store and reusing error polynomial which of no use for the encoder. Plus the decoder needs to verify various characteristics of the code to make sure it is valid before attempting to decode while the encoder should be able to encode no matter what raw data.

@drskalman drskalman self-assigned this Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant