Message14

Author mg
Recipients
Date 2008-03-14.09:35:03
Content
Make field elements use GMPY unless some option asks them not to.

We used to have two implementations of field elements, one using
Python integers and one using GMPY. At one point way back I removed
the GMPY implementation since it was lacking behind the Python
implementation. But we should introduce it again, but this time as one
class only.
History
Date User Action Args
2008-03-14 09:35:03mglinkissue10 messages
2008-03-14 09:35:03mgcreate