Rust port of VulCAN. Developed as part of my master's thesis at KU Leuven.
The vulcan
directory contains the library itself, while proof-of-concept applications are
located in the enclaves
directory.
Rust SGX SDK
: TheMakefile
as well as theCargo.toml
of the examples need the location of a local copy of the Baidu Rust SGX SDK. The contents of this repo have been tested with with version0.9.7
. For more information and troubeshooting, see the Rust SGX SDK repo.
See LICENSE for details.