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)
- 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.


No differences found