Where can I find a C# implementation of SHA-1 not using the built in libraries?

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2010-03-17T17:08:21Z Indexed on 2010/03/17 17:11 UTC
Read the original article Hit count: 202

Filed under:
|

I am trying to rewrite the sha-1 algorithm for parallelization in a personal project of mine. Just wondering if anyone knows where I can find a C# implementation of the actual mathematical operations to perform the hash, not just the System.Security.Cryptography function.

© Stack Overflow or respective owner

Related posts about sha1

Related posts about c#