ReedSolomon
Fast Java implementation of Reed Solomon coding
This is a partial Java port of Reed-Solomon encoder/decoder from Phil Karn, KA9Q http://www.ka9q.net/code/fec/ (version fec-3.0.1).
This mini project was born out of frustration at not being able to find a decent performing Java Reed-Solomon implementation.
Only symbol sizes <= 8 are supported in this port. And testing has been performed only with GF(256) and polynomial 0x11d.
As the original code was GNU Lesser General Public License (LGPL), this derivative work shall fall under LGPL...