/* ecc.h
	Generator Polynomial Coefficients

	This header file contains an array which defines the generator
	polynomial for the Reed - Solomon Code (255,249,7).  The polynomial
	was hand generated, using a set of calculator programs.
*/

static unsigned char g[6] =
{
  117, 49, 58, 158, 4, 126};
