corda/sgx-jvm/simple-enclave
Tommy Lillehagen a639839a68
ENT-1188 - Clean-up dependencies (SGX) (#166)
* ENT-1188 - Remove unused scripts and dependencies

* ENT-1188 - Update references to removed scripts

* ENT-1188 - Clean up Makefile for container build of SGX JVM

* ENT-1188 - Group udev rules into separate folder

* ENT-1188 - Remove old references to dependencies folder
2018-01-05 12:03:29 +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 ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
enclave-release.xml ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +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.