reed-solomon icon indicating copy to clipboard operation
reed-solomon copied to clipboard

reed-solomon explainers

Results 2 reed-solomon issues
Sort by recently updated
recently updated
newest added

The example from "https://berthub.eu/articles/posts/reed-solomon-for-programmers/" $ ./rscmd --nroots 8 "This is a test message" produces different (and useless) checksum than that in the example: nroots: 8 prim: 11 fcr: 121 poly:...

* Removed cast from `unsigned int*` to `int*` * Removed `std::as_const` (clang 14 says it doesn't exist)