Tagged Questions

5
votes
4answers
4k views

c# fast hash calculation

I'm looking for a c# wrapper to a native MD5 or SHA1 library to improve hash calculation performance. Previously I switched SharpZipLib to zlib and got more than 2x performance boost. (ok, you've to ...