This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a change to branch v2.0.0-preview
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.
from 99af21c tidy zlib sample
add a338229 port crypto sample part 1
add 1fa8f16 fmt code
No new revisions were added by this update.
Summary of changes:
.../{zlib-lazy-static-sample => crypto}/Makefile | 4 +-
samplecode/{helloworld => crypto}/app/Cargo.toml | 1 +
{tests => samplecode/crypto}/app/build.rs | 0
.../app/src/main.rs | 21 +-
.../{switchless => crypto}/enclave/Cargo.toml | 9 +-
.../enclave/Xargo.toml | 0
.../enclave/config.xml | 0
samplecode/crypto/enclave/enclave.edl | 55 +++
{tests => samplecode/crypto}/enclave/enclave.lds | 0
{tests => samplecode/crypto}/enclave/private.pem | 0
samplecode/crypto/enclave/src/lib.rs | 453 +++++++++++++++++++++
11 files changed, 533 insertions(+), 10 deletions(-)
copy samplecode/{zlib-lazy-static-sample => crypto}/Makefile (98%)
copy samplecode/{helloworld => crypto}/app/Cargo.toml (98%)
copy {tests => samplecode/crypto}/app/build.rs (100%)
copy samplecode/{zlib-lazy-static-sample => crypto}/app/src/main.rs (68%)
copy samplecode/{switchless => crypto}/enclave/Cargo.toml (86%)
copy samplecode/{zlib-lazy-static-sample => crypto}/enclave/Xargo.toml (100%)
copy samplecode/{zlib-lazy-static-sample => crypto}/enclave/config.xml (100%)
create mode 100644 samplecode/crypto/enclave/enclave.edl
copy {tests => samplecode/crypto}/enclave/enclave.lds (100%)
copy {tests => samplecode/crypto}/enclave/private.pem (100%)
create mode 100644 samplecode/crypto/enclave/src/lib.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]