I'm trying to find a good (and well documented) hashing library to use with my C++ program, I only need to generate two hashes from a string.
I've tried with crypto++
and mhash
and I didn't manage to make them work, also with http://www.zedwood.com/article/121/cpp-md5-function
I would be glad if this library is cross-platform.