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,
Asked: 2020-04-22 03:35:44 +0100
Seen: 616 times
Last updated: Apr 22 '20
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Try
sage: discrete_log?in the sage ipython interpreter. For a specific answer, please declare some specific values for $g,y$.