mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
a639839a68
* 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 |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
enclave-debug.xml | ||
enclave-release.xml | ||
from_clean.sh | ||
linkerscript.lds | ||
Makefile | ||
README.md |
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.