tree: 6172067479c81757ec5fa9113869f90255c63bd3 [path history] [tgz]
  1. mayfail/
  2. protected_fs_rs/
  3. rusty_leveldb_sgx/
  4. README.md
common/README.md

Common Libraries

This directory contains some supporting libraries such as error handling, file system, and database for the Teaclave platform, or more general TEE system.

  • mayfail: A crate to help manage chained error in Rust.
  • protected_fs_rs: A userspace file system implementation secured by SGX.
  • rusty_leveldb_sgx: A LevelDB implementation, making key-value database in SGX enclave possible.