discrete_log

asked 4 years ago

proutox gravatar image

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,

Preview: (hide)

Comments

Try sage: discrete_log? in the sage ipython interpreter. For a specific answer, please declare some specific values for g,y.

dan_fulea gravatar imagedan_fulea ( 4 years ago )