How to find an isomorphism between finite Galois field and polynomial ring of Galois field?
For example,
Let $F_1 = GF(2^8)$ where polynomial of $GF(2^8)$ is $a^8 + a^4 + a^3 + a + 1$,
$F_2 = GF(2^4)[X] / (X^2 + b^2X + b^2)$ with polynomial of $GF(2^4)$ is $b^4 + b + 1$.
$(a^8 + a^4 + a^3 + a + 1)$, $(b^4 + b + 1)$, $(X^2 + b^2X + b^2)$ are all irreducible polynomial. So cardinality of $F_1, F_2$ are the same which implies the existance of an isomorphism $\phi : F_1 \rightarrow F_2$. But I don't know how to find a specific isomorphism. I even don't know what keywords to search, so I would appreciate your help.
(Moreover, above example is for the simplicity. The problem I'm currently facing is larger field such as an isomophism between $GF(2^{512}), GF(2^{128})/ f(X)$ where $f(X)$ is irreducible 4th degree polynomial. So I need a generic solution, not only for the above example.)
I can show you how to find the isomorphism in Magma:
So you can define an isomorphism by mapping $a$% onto any of $-c^{95}$, $-c^{125}$, etc.
Going in the other direction, we can calculate the minimal polynomial of $c$ of F2:
which is similar to that of $a$ but not the same.