[Mono-bugs] [Bug 345510] CryptoStream ignores the ICryptoTransform. CanTransformMultipleBlocks property when reading

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 3 10:25:05 EST 2007


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


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|mono-bugs at ximian.com                            |spouliot at novell.com
           Severity|Major                                           |Normal
             Status|NEW                                             |ASSIGNED




--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  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.


More information about the mono-bugs mailing list