Elliptic Code

Paul Rubin http
Fri Jan 28 17:59:11 EST 2005


Nick Craig-Wood <nick at craig-wood.com> writes:
> >  I understand the algorithm quite well but how to code the multiplication 
> >  stage most efficiently in python eludes me.
> 
> You might want to look at
> 
>   http://gmpy.sourceforge.net/
> 
> It has very fast multiplication up to any size you like!

I think he's talking about point multiplication on the elliptic curve
group, not integer multiplication.



More information about the Python-list mailing list