Compute the discrete log

142 Views Asked by At

How can I compute the discrete log of $7$ and $11$ modulo $2311$ with respect to the primitive root $(3, 11)$, using the Pohlig-Hellman method. However, Pohlig-Hellman method is for small prime, so how can I deal with the large number? I need to find $11=7^x \mod 2311$. How can I compute the discrete log with respect to the primitive root $(3, 11)$?