Ask Your Question

Revision history [back]

What you are looking for is the discrete logarithm:

sage: x = G.discrete_log(Q) ; x
1155

sage: Q == G * x
True

What you are looking for is the discrete logarithm: logarithm:

sage: x = G.discrete_log(Q) ; x
1155

sage: Q == G * x
True