I have support set of length 120 of a bent function over $GF(256)$. $GF(256)=<\beta>$ is generated by the polynomial $x^8+ x^4 + x^3 + x^2 + 1$. The support set is of the form {$\alpha 0 1 0$, $\alpha^2 0 \alpha 0$, $1 0 \alpha^2 0$, $0 \alpha 0 1$, $0 \alpha^2 0 \alpha$, ...} in which each element of a 4_tuple comes from $GF(4)$ and $\alpha$ is generator of $GF(4)$ s.t. $\alpha^2 + \alpha + 1=0$.
Is there a way that I can calculate the Walsh transform by using these 4_tuples? or
Or is there any way to write each 4_tuple element of the form $\beta$. If it is possible, I can calculate the Walsh transform of this function.