tree: 8dc9b4bcb6f06d348a4738ad5ce25bbcee0f06fe [path history] [tgz]
  1. protected_fs_c/
  2. src/
  3. tests/
  4. build.rs
  5. Cargo.toml
  6. README.md
common/protected_fs_rs/README.md

Rust bindings for ProtectedFS

protected_fs_rs is a rust binding for protected_fs from the Intel SGX Linux SDK.

Beyond the original SGX-only implementations, protected_fs_rs now supports running in both SGX and Non-SGX environment. We ported the original C implementations in protected_fs_c subdirectory and replaced the compile toolchains with CMake. Please refer to build.rs for more information.