No description provided.
Add SGX recipe #1487
pull nolasconapoleao wants to merge 1 commits into bitcoin-core:master from appliedblockchain:feature/sgx_compatibility changing 4 files +60 −33-
nolasconapoleao commented at 12:57 PM on January 29, 2024: none
-
Add SGX recipe 5175484b67
-
real-or-random commented at 2:36 PM on January 29, 2024: contributor
What is an SGX recipe?
You can define
USE_EXTERNAL_CALLBACKSif you want to avoid the printfs, or wait for #1461. -
nolasconapoleao commented at 11:48 AM on February 16, 2024: none
Hey sorry for that, didn't mean to make a PR. Great feedback tho, will keep an eye on it. Intel SGX Software Guard Extensions recipe provides a way to compile this code in a secure enclave that is tamper safe and cannot be monitored even by a malicious hardware host, as a requirement it cannot use calls to printf, that's what the PR is about.
- nolasconapoleao closed this on Feb 16, 2024
Contributors