As an extra comment: main cost of factorization is modular
exponentiotion.  For field of cardinality p^k, that is
algebraic extentions of prime field our current method
has cost proportional to length of p^k, that is k*length(p).
This can be lowered to length(p) + other term which is smaller
by using modular composition.  But for large p and moderate
k possible speedup is limited.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ZLf2P36iO9SkoPLp%40fricas.math.uni.wroc.pl.

Reply via email to