Skip to content

Latest commit

 

History

History

sgx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Setup

  1. Install the Fortanix Enclave Development Platform
  2. rustup component add llvm-tools-preview to get llvm-ar and llvm-objcopy
  3. pip install numpy decorator psutil
  4. cargo run to start the enclave TCP server
  5. Send a 28x28 "image" to the enclave model server using head -c $((28*28*4)) /dev/urandom | nc 127.0.0.1 4242 | python read_results.py