The Intel® Integrated Performance Primitives (Intel® IPP) Cryptography is a software library that provides a broad range of secure and efficient cryptographic algorithm implementations. With the release of an open source version, Intel aims to break down the adoption barrier for developers interested in implementing the library into their own projects.
The open source version of the Intel IPP Cryptography library is available at GitHub: : https://github.com/intel/ipp-crypto
While both the commercial and open source versions offer similar functionality and performance improvements, each version may better suit certain needs.
The open source package is for developers who want:
The commercial package is for developers who want:
With direct access to the cryptography library source code and community, developers are encouraged to innovate and contribute to improving the product.
Link Copied
The GitHub link is invalid, here is the correct one: https://github.com/intel/IPP-crypto
Thanks, Yury. Updated the content.
This helps Intel recognize you as a valued customer in the support forum and insures that you will be notified of product updates
so up till now, only crypto library is open-sourced?
Xiaoping, only the crypto part is open sourced.
Thanks,
Chao
Pity that it requires the Intel compiler to build it. The cmake completes without it but VS2017 complains about various missing headers, primarily intrinsic.h.
For more complete information about compiler optimizations, see our Optimization Notice.