Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 470 Bytes

SGX

This is an example of how to use oram in SGX environment.

Build

Make sure you have SGX environment configured.

make

Run

cd bin
./app

FAQ

  1. How to resolve runtime error fatal runtime error: memory allocation failed?

    Check if you set enough heap memory in Enclave.config.xml (See HeapMaxSize field)

TODO

  • support Xargo
  • delete db folder after completion
  • auto-pull submodule
  • clean up