:: Converts a univariate polynomial into an element of GF(2^n).
return
element of GF(2^n)
poly
univariate polynomial
Generates an element of GF(2^n) represented by poly.
The coefficients are reduced modulo 2.
The output is equal to the result by substituting @ for
the variable of poly.