mirror of
https://github.com/corda/corda.git
synced 2024-12-25 23:51:10 +00:00
.. | ||
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.