BigIntegerAlgorithms.cc:
authorMatt McCutchen <matt@mattmccutchen.net>
Thu, 17 Jul 2008 10:52:35 +0000 (06:52 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Thu, 17 Jul 2008 10:52:35 +0000 (06:52 -0400)
commitb2a47e1ae068b072e97064b04bd21257687db626
treeb8af4df2bf845e6902ced4a4792a05fc2cda975c
parent7f07d1d6bfa8629106c93c1d9641d2713460ac84
BigIntegerAlgorithms.cc:

- Correct and improve comments in extendedEuclidean.
- Change modexp to loop directly over bits using the new bitLength and getBit
  functions.  This makes it much easier to read.
BigIntegerAlgorithms.cc