Our material defines generator like below.
Sometimes it is easier to define the elements of the $GF(2^n)$ field using a generator. $\{0,g,g,g^2,...,g^N\}$, where $N=2^n-2$
But I cannot understand why $N=2^n-2$ not $2^n-1$.
If $n=3$, $GF(2^3)$ has 8 elements but generators are 7 including zero. Why?