The Intel(R) Enhanced Privacy ID Software Development Kit
Intel(R) EPID SDK enables adding Intel(R) EPID support to applications and platforms.
Intel(R) EPID is a cryptographic protocol which enables the remote authentication of a trusted platform whilst preserving the user's privacy.
-
For a given public key there are many (e.g., millions) of private keys. The key holders form a group.
-
Any key holder may sign against the one public key.
-
No one can tell which private key signed the data. This is the privacy property.
You can use Intel(R) EPID as a foundational building block for a multitude of security solutions.
This project will no longer be maintained by Intel(R). Intel(R) will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases, or updates. Patches to this project are no longer accepted by Intel(R). If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.
See CHANGELOG.md.
See doc/index.html to browse the html documentation.
See LICENSE.txt.
The source code used for math primitives in the Intel(R) EPID SDK is a subset of the Intel(R) IPP Cryptography library written in pure C and not optimized for performance. For higher performance, you can use the full version available at [https://github.com/intel/ipp-crypto].