Intel SGX Enhance Your Code and Data Protection
$ 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
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
TBD