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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!