I want to test finding the discrete log in the circle group over Z/Zm -- 
discrete logs of g^a mod m, where g is a complex number and m is composite. 
 Can Sage do this for large composite m, say on the order of 2^128 or more, 
when m is smooth, containing no prime factors larger than say 1 billion?

I can get the discrete log in the circle group for prime powers like this:

sage: F.<a> = FiniteField(23^2, modulus=x^2 + 1)
sage: F.<a> = FiniteField(23^2, modulus=x^2 + 1)
sage: aliceSecret = (1 + a)^13
sage: sage: aliceSecret.log(1 + a)
13

Thanks,
Bill

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to