hi-T0day edited a comment on issue #196: sgx_tcrypto_helper crate is incompatible with MesaTEE. URL: https://github.com/apache/incubator-teaclave/issues/196#issuecomment-569414033 ### Solution So I did some tests and got a solution. I rewrite the sgx_tcrypto_helper in rust sgx sdk. Here is the code: [My update](https://github.com/hi-T0day/incubator-teaclave-sgx-sdk/commit/288ef9ad6fe1653f6a44ee83c313a9b9eb79c1af). I just copy the source code form sgx_crypto_helper into sgx_tcrypto_helper and change the compile path in Cargo.toml. ### Result I add `sgx_crypto_helper = { git = "https://github.com/hi-T0day/incubator-teaclave-sgx-sdk" }` in the file: `third_party/crates-sgx/Cargo.toml`. It seems fine as the result show. I don't know whether it is a proper solution for this problem. If it is fine, I will pull request this.
---------------------------------------------------------------- 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]
