asked 2020-04-22 03:35:44 +0200
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,
Try sage: discrete_log? in the sage ipython interpreter. For a specific answer, please declare some specific values for $g,y$.
sage: discrete_log?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Add Answer
subscribe to rss feed
Asked: 2020-04-22 03:35:44 +0200
Seen: 555 times
Last updated: Apr 22 '20
[log discret logarithm] implantation index calculus algorithm
Generic discrete_log
Discrete log in quotient rings of univariate polynomial rings
discrete_log not working with multiple of base order
discrete_log?!
Discrete logarithm problem for multiplicative groups
Try
sage: discrete_log?
in the sage ipython interpreter. For a specific answer, please declare some specific values for $g,y$.