discrete_log
Hi,
What is the syntax of the discrete_log function in sage for this equation: y = g^x mod p
Need to find x
Regards,
Hi,
What is the syntax of the discrete_log function in sage for this equation: y = g^x mod p
Need to find x
Regards,
Asked: 4 years ago
Seen: 500 times
Last updated: Apr 22 '20
Try
sage: discrete_log?
in the sage ipython interpreter. For a specific answer, please declare some specific values for g,y.