Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What you are looking for is the discrete logarithm:

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

sage: Q == G * x
True
click to hide/show revision 2
No.2 Revision

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

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

sage: Q == G * x
True