2004-04-20 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Mono.Math / ChangeLog
1 2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * BigInteger.cs: Corrected isProbablePrime by removing the redundant 
4         loop. Fix #54750.
5
6 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * BigInteger.cs: Fixed isProbablePrime() and added Parse method from
9         patch provided by Pieter (#51229). Changed SmallPrimeSppTest to 
10         RabinMillerTest (#51229, #54262). Removed obsoleted method
11         isProbablePrime(int).
12
13 2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * BigInteger.cs: New. Copied from corlib. Required for PKCS1 and
16         RSAManaged (which are required for TLS).