I am trying to find open source implementations of Hashing/Crypting(is it HMAC?) algorithms such as SHA256, SHA512, MD5. This is in C++/C
I know of things like Crypto++ but I find them really difficult to include in my projects because they are in DLL’s, ie, I really just dont know how to include & use them in my projects & also I think they make my projects too large unecessarily.
I once found an open source SHA256 header file & .cpp implementation(on google) but I cannot refind it on google.
Anyone know of any or maybe a website with a whole lot of them?
Use Google Code Search instead of Google. It’ll search open source repositories for whatever you need.
Here is a search for MD5 or SHA implementations in C or C++.