Skip to content

Latest commit

 

History

History
 
 

cc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

EigenCC: Confidential Computation

Intel SGX

Intel SGX Enhance Your Code and Data Protection

Compile

$ cd cc/sgx 
$ docker run --name fns --net=host -v$(pwd):/app -w /app -it $IMAGE bash
# mkdir -p build && cd build
# cmake -DTEST_MODE=ON .. && make

Build $IMAGE image by Dockerfile

Run

use EPID:

# cd /app/release/services
# export IAS_SPID=xxxx
# export IAS_KEY=xxx
# ./fns

use DCAP:

# cd release/dcap && ./eigen_dcap_server
# eigen_tools 
TBD

ARM TrustZone on FPGA

TBD