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,
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 5 years ago
Seen: 518 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.