Is there a special case for the discrete logarithm problem with a base of 2?
For example, is it possible to solve for $a$ in the following problem without brute forcing $a$?
(2^a) mod $p$ = $x$
Where $p$ is a large prime, and I have the answer $x$.
If this question has been asked before, please point me in the right direction, I was having trouble searching google for this problem.
Thanks in advance!
In general, $2$ is not easier than any other base. But there are better algorithms than brute force: see here for example.