corda/sgx-jvm/simple-enclave
2018-03-06 17:29:21 +00:00
..
src ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
CMakeLists.txt ENT-1188 - Clean-up dependencies (SGX) (#166) 2018-01-05 12:03:29 +00:00
enclave-debug.xml Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
enclave-release.xml Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
from_clean.sh ENT-1188 - Clean-up dependencies (SGX) (#166) 2018-01-05 12:03:29 +00:00
linkerscript.lds ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
Makefile ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
README.md ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00

What is this?

This project contains a simple enclave with an ECALL and an OCALL. The former returns an integer, and the latter allows the enclave to print a string to STDOUT. Very basic stuff.