http://bugzilla.novell.com/show_bug.cgi?id=609376

http://bugzilla.novell.com/show_bug.cgi?id=609376#c1


Sebastien Pouliot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
         AssignedTo|[email protected]  |[email protected]

--- Comment #1 from Sebastien Pouliot <[email protected]> 2010-05-27 14:30:25 
UTC ---
Under MS.NET using ComputeHash re-initialize the state, while it does not when
using TransformFinalBlock. Currently Mono does it on both. 

As a workaround add a:

    md5Hasher.Initialize ();

line after the call to TransformFinalBlock.

Note that your code should check the CanReuseTransform property too.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to