(mpmont_expr): Use sliding window exponentiation, with a drop-through
authormdw <mdw>
Sat, 29 Jul 2000 17:05:43 +0000 (17:05 +0000)
committermdw <mdw>
Sat, 29 Jul 2000 17:05:43 +0000 (17:05 +0000)
for small exponents to use a simple left-to-right bitwise routine.  This
can reduce modexp times by up to a quarter.


No differences found