2005-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
	in some cases (well tested primes test case). 
	
2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>

	* BigInteger.cs: FxCop-ized. CLS compliance.

2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>

	* BigInteger.cs: Corrected isProbablePrime by removing the redundant 
	loop. Fix #54750.

2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>

	* BigInteger.cs: Fixed isProbablePrime() and added Parse method from
	patch provided by Pieter (#51229). Changed SmallPrimeSppTest to 
	RabinMillerTest (#51229, #54262). Removed obsoleted method
	isProbablePrime(int).

2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>

	* BigInteger.cs: New. Copied from corlib. Required for PKCS1 and
	RSAManaged (which are required for TLS).
