zhjw - 2005-11-04

in Galois.h line 00283

it_assert0(m>0 && inexp>=-1 && inexp<(q[m]-1), "GF::op=, out of range");

I do not understand what the meaning of q[m]. As far as I know q is the order of the finite field, and m is the length of the binary vectors representing elements in this field.

Wish someone can help me.

thanks!