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,
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-22 03:35:44 +0100
Seen: 457 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$.