https://bugzilla.novell.com/show_bug.cgi?id=345510#c1


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]                            |[EMAIL 
PROTECTED]
           Severity|Major                                           |Normal
             Status|NEW                                             |ASSIGNED




--- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]>  2007-12-03 08:25:04 
MST ---
Downgrading priority to Normal (actually it probably should be moved to
Enhancement since it's an optimization request).

Specific Note: It's better to include a self-contained, compilable test case
with benchmark numbers than being too verbose (anyone fixing this already knows
how CryptoStream works ;-) Seriously CryptoStream can be used in many different
ways so my own code may be different from yours.

General Note: CryptoStream should be avoided for hash operations (it's way more
complex than required for this case) unless you are chaining transforms.
HashAlgorith provides a ComputeHash(Stream) method that will be a lot faster
(even with a optimized CryptoStream).


-- 
Configure bugmail: https://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