[Mono-bugs] [Bug 54024][Nor] Changed - Optimization for MD5CryptoServiceProvider

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Feb 2004 16:46:20 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@newton.cx.

http://bugzilla.ximian.com/show_bug.cgi?id=54024

--- shadow/54024	2004-02-07 16:45:50.000000000 -0500
+++ shadow/54024.tmp.24736	2004-02-07 16:46:20.000000000 -0500
@@ -16,6 +16,11 @@
 Cc: 
 Summary: Optimization for MD5CryptoServiceProvider
 
 The attached patch saves a lot of allocations when MD5'ing a lot of data.
 If ProcessBlock can be called concurrently it would introduce problems, but
 judging from the use of _H this is not the case.
+
+------- Additional Comments From peter@newton.cx  2004-02-07 16:46 -------
+Created an attachment (id=6641)
+Allocate fewer buffers
+