Intel SGX Enclave store data between ECALLs
How can I keep data preserved between ECALLs? (not nested ECALLs) I found two ways: a global array 2)seal data, transfer them outside the enclave and transfer them back inside with the next ECALL, unseal and to recover the current state. A… Continue reading Intel SGX Enclave store data between ECALLs