tree: e808ff81482850b8f16af7133175a1aa8f6bc48c [path history] [tgz]
  1. build.rs
  2. Cargo.toml
  3. LICENSE
  4. Readme.md
  5. x86_64-unknown-linux-sgx.json
sgx_tcrypto_helper/Readme.md

Note

Please visit our homepage for usage. Thanks!

sgx_tcrypto_helper

This crate intended to be the corresponding crate of sgx_crypto_helper works in SGX enclave. It shares the source codes with sgx_crypto_helper but with different dependencies. To use this crate, you can add the following lines to your Cargo.toml:

sgx_crypto_helper = { package="sgx_tcrypto_helper", git = "https://github.com/baidu/rust-sgx-sdk" }

And then

extern crate sgx_crypto_helper; // same to sgx_crypto_helper!