sgx Questions

1

Solved

It seems that both trusted computing and confidential computing can protect data in use. Is trusted computing based on TPM and confidential computing based on Intel SGX? Any other difference?
Riant asked 10/8, 2020 at 6:46

1

I have a C++ struct like this: struct node { string splitOn; string label; bool isLeaf; vector<string> childrenValues; vector<node*> children; }; I wanted to pass or read ...
Laodicean asked 16/3, 2018 at 18:5

1

Solved

I'm trying to write a simple SGX enclave that takes in a vector of booleans, but apparently edger8r creates c code; so the edl code enclave{ from "sgx_tstdc.edl" import *; include "BetaDist.h" ...
Commonalty asked 27/1, 2017 at 19:47

1

I was able to use run SGX in hardware mode and retrieve the SigRL successfully from IAS. But I'm struggling when trying to perform the Quote attestation using their REST API. I used the REST API in...
Flashing asked 16/1, 2017 at 21:27

1

Solved

According to this tutorial, it is possible to develop and run SGX applications in a simulator when developing in Windows with Visual Studio. The tutorial does not mention Linux although there is a ...
Pablopabon asked 3/1, 2017 at 13:21

2

Solved

I'm trying to understand the difference between SGX threads enabled by TCS and untrusted threading provided by SDK. If I understand correctly, TCS enables multiple logical processors to enter the ...
Apo asked 25/3, 2016 at 3:28
1

© 2022 - 2025 — McMap. All rights reserved.