2005-03-07 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 7 Mar 2005 15:58:01 +0000 (15:58 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 7 Mar 2005 15:58:01 +0000 (15:58 -0000)
commit8e9d504abd218140bdd566b322239007056e1faa
treecb07430bb7adac28e1665e91ab6c8f32b7343c0c
parentbfb627d592a24a8d16c48ecbc8169253d2ff7cf2
2005-03-07  Sebastien Pouliot  <sebastien@ximian.com>

* MD2Managed.cs: Removed memory allocation from the transform method.
* MD4Managed.cs: Moved memoty allocation to constructor (from init).
* SHA224Managed.cs: Fixed bug #73404 which gaves bad results when the
digested data is longer than 2^32 bits.

svn path=/trunk/mcs/; revision=41530
mcs/class/Mono.Security/Mono.Security.Cryptography/ChangeLog
mcs/class/Mono.Security/Mono.Security.Cryptography/MD2Managed.cs
mcs/class/Mono.Security/Mono.Security.Cryptography/MD4Managed.cs
mcs/class/Mono.Security/Mono.Security.Cryptography/SHA224Managed.cs