dingelish commented on issue #193: why dont u guys write sample code in rust? URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/193#issuecomment-571398732 Hi @czzmmc , I want to emphasize that: **As of today, Jan 20 2020, we provide 38 samples. All of the enclaves are written in Rust.** Only the following legacy samples have codes in C/C++ in their **untrusted app**: (1) helloworld. This sample contains legacy untrusted app. But the enclave is written in Rust (2) localattestation, and thread. Only untrusted side are written in C++. These untrusted apps are developed by Intel. This sample is to show that Rust SGX SDK can do exactly the same thing. (3) crypto/sealeddata/file/backtrace/serialize/hello-regex/hugemem/secretsharing are the same to (1) If you look into all other samples, they are written in 100% Rust. We can replace everything in Rust. But it's not the first priority.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
