Re: fastest modular exponentiation in Mozilla JavaScript

2009-10-05 Thread Robert Relyea
On 10/04/2009 12:38 PM, Péter Szabó wrote: > Hi, > > I need a function which can do fast modular exponentiation on 2048-bit > integers. I'd like to call this function from JavaScript running in > Mozilla (Firefox 3.0 or later) displaying a web page. Is there such a > function or do I have to implem

fastest modular exponentiation in Mozilla JavaScript

2009-10-05 Thread Péter Szabó
Hi, I need a function which can do fast modular exponentiation on 2048-bit integers. I'd like to call this function from JavaScript running in Mozilla (Firefox 3.0 or later) displaying a web page. Is there such a function or do I have to implement in pure JavaScript? Although it is quite optimized