Move the EPID RA demo code to the epid folder

Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
This commit is contained in:
He Sun 2021-01-28 17:15:11 +08:00 committed by Zongmin.Gu
parent e0811a53d2
commit ba630d3cae
19 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
# SGX Remote Attestation Demo
# SGX EPID Remote Attestation Demo
This project demonstrates how to do remote attestation on Occlum.
This project demonstrates how to do Intel SGX EPID (Enhanced Privacy ID) remote attestation on Occlum.
In a nutshell, Occlum provides SGX capabilities to user apps through ioctls on a special device (`/dev/sgx`).
To hide the low-level details of ioctls from user apps, a user-friendly, remote attestation library is provided in this demo.