FYI, you may want to look at 
https://github.com/mobilecoinfoundation/mobilecoin/tree/master/sgx, which is 
essentially a fork of this project. However, it introduces several major 
differences in design.
* Being lightweight and only support no_std.
* It completely avoids [forking and patching common third party 
crates](https://github.com/dingelish/sgx-world). IMHO, these patched crates are 
red herring in terms of maintenance, stability, or even security (as bug fixes 
in upstream may not be applied in time). Not mentioning it splits the eco 
systems.
* It replaces the Makefile build system with rust crate, which seems to be more 
idiomatic.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/315#issuecomment-775649933

Reply via email to