New test.
[mono.git] / mcs / class / Mono.Security / Mono.Math / ChangeLog
index c2241f882c534079f6ab1172930716dfd432e495..48e0dd0b060dbfc237783472dd7e2d2bdbf77b96 100644 (file)
@@ -1,4 +1,19 @@
-2005-05-07  Sebastien Pouliot  <sebastien@ximian.com>
+2004-12-03  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BigInteger.cs: Fix issue #70169 in ModPow when modulus is a power of
+       two.
+
+2004-10-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BigInteger.cs: Fix issue #68452 when Randomize was being called on a
+       0 BigInteger (i.e. BitCount == 0).
+
+2004-09-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BigInteger.cs: In sync with corlib. This fix level 4 warnings about
+       CLSCompliant.
+
+2004-05-07  Sebastien Pouliot  <sebastien@ximian.com>
 
        * BigInteger.cs: Faster scan of smallPrimes in IsProbablePrime. 
        Commented the methods OddModTwoPow and EvenModTwoPow as they are broken