Open doubley318 opened 2 years ago
I see SGX_MODE ?= SIM in the makefile, does this mean that the project is running in the sgx simulation environment?
Hi @doubley318, thanks for your question. This project can be entirely run in SGX hardware to enjoy full protection. Setting it to SIM mode as default is for easier setup and testing.
I see SGX_MODE ?= SIM in the makefile, does this mean that the project is running in the sgx simulation environment?