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. |