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: 2020-04-21 20:35:44 -0600
Seen: 132 times
Last updated: Apr 21 '20
Try
sage: discrete_log?
in the sage ipython interpreter. For a specific answer, please declare some specific values for $g,y$.