Link Copied
Hi Norbert,
You can follow the step in this page to download the Intel IPP cryptography package:
http://software.intel.com/en-us/articles/download-ipp-cryptography-libraries/
MD5/SHA1 functions are included in the cryptography package. You check the manual \doc\ippcpman.pdf to learn these functions:
Chapter 3: One-Way Hash Primitives
and some examples:
Example 3-1 MD5 Digest of a Message
Example 3-2 SHA1 Digest of a Message
Thanks,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.