in reply to Re: Re: Elliptic Curves in polynomial groups
in thread Elliptic Curves in polynomial groups

One caution: if you decide to use Big Ints, take care to install and use one of the XS libraries. Basic BigInt calculation is in pure perl, by default!

Take a look at the docs for Math::BigInt, section MATH LIBRARY. The current options seem to be Math::BigInt::BitVect, Math::BigInt::Pari and Math::BigInt::GMP.

  • Comment on Re: Re: Re: Elliptic Curves in polynomial groups