An open API service indexing awesome lists of open source software.

https://github.com/ftes/sgx-lib-seed

solution seed that consumes sgx-lib
https://github.com/ftes/sgx-lib-seed

Last synced: 12 months ago
JSON representation

solution seed that consumes sgx-lib

Awesome Lists containing this project

README

          

# Setup

- `git submodule init; git submodule update`
- generate enclave signing key: `openssl genrsa -out enclave/enclave_private.pem -3 3072`
- import `solution.sln` into visual studio
- use configuration `Simulation`
- use debugger `Intel SGX`
- set as startup project `application`
- set Debugging->Working Directory for `application`: `$(OutDir)`