I have question regarding DLP in $GF(p^m)$
I know the algorithms for solving the DLP in $GF(p)$ like Baby Step-Giant Step, Pohlig-Hellman etc...
But what if we move into the $GF(p^m)$ and are working with polynomials? How these algorithms can be modified?
For example, the first step in Pohlig-Hellman algorithm in $GF(p)$ is to factorize order of the group and then calculate DLP modulo each group order divisors, but if we want to use polynomials, how will we start? How should be polynomials treated, when solving DLP?
Appreciate any ideas.
I'm not an expert on this, but list my thoughts anyway. The elements of the field $GF(p^m)$ are, indeed, usually stored as polynomials, but you treat them the same way as you would any elements of a cyclic group where you want to solve a DLP. Residue classes modulo a prime, elements of $GF(p^m)$, points on an elliptic curve. Not much difference,