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
- Host: GitHub
- URL: https://github.com/ftes/sgx-lib-seed
- Owner: ftes
- Created: 2016-06-06T13:47:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T14:51:31.000Z (about 10 years ago)
- Last Synced: 2025-04-01T07:57:00.199Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`