tree: 612e1825c17b8a827e8be77552acb9e4dfdfdf4f [path history] [tgz]
  1. protected_fs_rs/
  2. rusty_leveldb_sgx/
  3. README.md
common/README.md

permalink: /docs/codebase/common

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.

  • 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.