2003-11-20 Ben Maurer  <bmaurer@users.sourceforge.net>

	* BigInteger.cs: Fix prob. prime test for small numbers (Pieter Philippaerts)

2003-06-11  Sebastien Pouliot <spouliot@motus.com>

	* BigInteger.cs: Added Clear to zeroize big integers and code to allow
	compares with null (because operators == and != are re-defined). Note:
	The class may still leak some private info in temp arrays (thanks Ben).

2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

	* BigInteger.cs: New, much faster, version by Ben Maurer. 
	Warning: this version requires "unsafe" compilation switch
	(which isn't a problem in corlib but may be elsewhere)

2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>

	* BigInteger.cs: Renamed namespace to match new location.

