Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是英特尔 SGX 开发的新手,我正在英特尔 SGX 上开发应用程序。我想在我的飞地中创建一个公钥/私钥。我使用了这里提到的函数sgx_ecc256_create_key_pair
我怎样才能获得我的应用程序的公钥(到 enclave 的外部)?
我想用这个公钥加密数据并将其发送到 enclave 以通过 enclave 中创建的私钥对其进行解密。