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