sgx_crypto_helper 1.1.0

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
[dependencies.itertools]
version = "0.8"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0.98"

[dependencies.serde-big-array]
version = "0.1"

[dependencies.serde_derive]
version = "1.0.98"

[dependencies.sgx_tcrypto]
optional = true
version = "=1.1.0"

[dependencies.sgx_types]
version = "=1.1.0"

[dependencies.sgx_ucrypto]
version = "=1.1.0"
[dev-dependencies.rand_core]
version = "0.4"

[dev-dependencies.rdrand]
version = "0.6"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.sgx_ucrypto]
version = "=1.1.0"

[features]
default = []
enclave_cargo = ["sgx_tcrypto"]

[lib]
crate-type = ["staticlib", "rlib"]
name = "sgx_crypto_helper"

[package]
authors = ["The Teaclave Authors"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
edition = "2018"
license-file = "LICENSE"
name = "sgx_crypto_helper"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "1.1.0"