Well,
The title is pretty much my question, in python there is Hashlib, I'd like to know if there is any lib in C/C++ that have sha1, md5... implementations.
Thanks,
Well,
The title is pretty much my question, in python there is Hashlib, I'd like to know if there is any lib in C/C++ that have sha1, md5... implementations.
Thanks,
Of course, given how pervasive use of these hashes is. For example, OpenSSL has them; see here and here for basic documentation.
There are also standalone implementations; eg here is what I use in my digest package for R.