Skip to content

Releases: DaGenix/reed-solomon-32

Fix panic with lots of ECC symbols and errors

06 Dec 17:25
Compare
Choose a tag to compare
  • 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

24 Nov 04:00
Compare
Choose a tag to compare
  • 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

24 Nov 03:55
Compare
Choose a tag to compare
  • 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

17 Nov 02:52
Compare
Choose a tag to compare

Initial release of reed-solomon-32