eozturk1 / epid-sdk

The Intel(R) Enhanced Privacy ID Software Development Kit

Home Page:https://intel-epid-sdk.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intel(R) EPID SDK

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.

Prerequisites

What's New in This Release

See CHANGELOG.md.

Documentation

See doc/index.html to browse the html documentation.

License

See LICENSE.txt.

Math Primitives

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].

About

The Intel(R) Enhanced Privacy ID Software Development Kit

https://intel-epid-sdk.github.io/

License:Apache License 2.0


Languages

Language:C 66.2%Language:C++ 32.3%Language:Python 0.9%Language:Objective-C 0.3%Language:Makefile 0.3%Language:PHP 0.0%Language:Batchfile 0.0%