tree: 6100d8d60c8838769892ddad297dc2e4bef9c2e6 [path history] [tgz]
  1. protected_fs_c/
  2. src/
  3. tests/
  4. build.rs
  5. Cargo.lock
  6. Cargo.toml
  7. 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.