Releases: DaGenix/reed-solomon-32
Releases · DaGenix/reed-solomon-32
Fix panic with lots of ECC symbols and errors
- Fix panic!() that would occur when handling a message with a large
number of ECC symbols and also a large number of errors.
Update README.md
- Update README.md - the version from 2.0.0 still included an example from
1.0.0 which would no longer work and would be very confusing.
2.0.0
- Rework the API to create new primary APIs that are just free functions.
Behind the scenes, they use pre-computed tables that used to be computed
at runtime.
- Rework the Error API to better differentiate between input errors and usage
errors.
Initial release of reed-solomon-32
Initial release of reed-solomon-32