tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
352 stars 86 forks source link

Wrong decoding with multi-chunk message and `erase_pos` specified #18

Closed lrq3000 closed 1 year ago

lrq3000 commented 4 years ago

Mirror of issue https://github.com/lrq3000/reedsolomon/issues/3

lrq3000 commented 1 year ago

This was a bug in chunking that got corrected a long time ago now in other issues, thank you for reporting it first!