views:

64

answers:

1

Needing a quick way to build an ActiveX control out of some Java code, I tried out Visual J# Express.

Ran into a limitation, though, when I found that BigInteger.modPow is really slow, and since my Java code verifies a number of DSA signatures, operations that normal would take a few milliseconds were taking seconds. Was wondering if anybody else had dealt with this and found a workaround.

A: 

Never mind, found answer in...

http://stackoverflow.com/questions/176775/big-integers-in-c

Empty Pockets