You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/11/25 22:50:06 UTC

[GitHub] [incubator-mesatee] mssun commented on a change in pull request #92: [Mod] Update protected_fs_rs

mssun commented on a change in pull request #92: [Mod] Update protected_fs_rs
URL: https://github.com/apache/incubator-mesatee/pull/92#discussion_r350463974
 
 

 ##########
 File path: mesatee_utils/protected_fs_rs/README.md
 ##########
 @@ -0,0 +1,4 @@
+# Rust bindings for ProtectedFS
+`protected_fs_rs` is a rust binding for [protected_fs](https://github.com/intel/linux-sgx/tree/master/sdk/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](https://github.com/intel/linux-sgx/tree/master/sdk/protected_fs) in  `protected_fs_c` subdirectory and replaced the compile toolchains with CMake. Please refer to `build.rs` for more information.
 
 Review comment:
   Please wrap text in 80 chars by using `gqgq` in vim for example.
   
   This will help version control system to track changes between versions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org