python-bchlib
python-bchlib copied to clipboard
Adding support for Galois field orders up to 31
The version of bch.c that python-bchlib wraps only supports GF orders up to 15. This change extends support for GF orders up to 31.
Hi Ben,
Since the change simple enough, do you think you can get this into the Linux kernel? I don't want to diverge from the kernel code if I don't have to.
Thanks for your contribution!
Hi Jeff - Sorry for the delay. That makes complete sense and I figured that would be your response but wanted to make you aware of the change. Thank you for publishing such a useful Python wrapper! I'll submit the change to the kernel and hopefully they'll accept it.
Let me know if they reject it, I'll merge in that case!
On Fri, Jan 17, 2020, 10:10 PM Ben Mathews [email protected] wrote:
Hi Jeff - Sorry for the delay. That makes complete sense and I figured that would be your response but wanted to make you aware of the change. Thank you for publishing such a useful Python wrapper! I'll submit the change to the kernel and hopefully they'll accept it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jkent/python-bchlib/pull/20?email_source=notifications&email_token=AAEH7M2XZXYAEIU6Z37SARTQ6J6KDA5CNFSM4J77FYS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJJP5HA#issuecomment-575864476, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEH7M4FVWPTZBYZ6B4X36LQ6J6KDANCNFSM4J77FYSQ .
Since this has never made it upstream, I'm going to go ahead and merge it so you get credit in the next major release.