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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Feb 2004 16:45:50 -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.24720	2004-02-07 16:45:50.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 54024
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: peter@newton.cx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+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.