Skip to content

fs3l/LPAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sim run

make app
# cc, link
make enclave.so
# cc Enclave code
# link with sdk lib
# sign
./app

real run

make SGX_MODE=HW SGX_PRERELEASE=1
#or 
# make SGX_MODE=HW
# /opt/intel/sgxsdk/bin/x64/sgx_sign sign -key Enclave/Enclave_private.pem -enclave enclave.so -out enclave.signed.so -config Enclave/Enclave.config.xml 

./app

LPAD

LPAD implementation on LevelDB

About

LPAD implementation on LevelDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published