Computes x % GF_SIZE, where GF_SIZE is 2**GF_BITS - 1, without a slow divide.
@param itneger x @return integer
See Implementation
Computes x % GF_SIZE, where GF_SIZE is 2**GF_BITS - 1, without a slow divide.
@param itneger x @return integer