Discrete log problem - finding $x \ge 0$ for prime $p$ , generator $g>0$ and $h>0$ such that:
$$g^x \cong h \pmod{p}$$
Define $G$ as the group generated by all values of $g^x \pmod{p}$. Eg $G=${2,3,4}
My understanding is that if $h$ is in $G$ then solutions to the DLP exist.
Question:
Where solutions exist, does this mean that one does not need to check if $g$ is a primitive root mod $p$?
Answer (based on comments)
I don't believe one needs to check for primitive roots when solutions exist for the DLP