Skip to content

ffosilva/zlib-sgx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZLIB-SGX

Data Compression Library inside SGX Enclaves

This library preserves all the features of zlib, except gz* functions due to Intel(r) SGX limitations (fread, fwrite, ...).

Building (with examples)

git clone https://github.com/ffosilva/zlib-sgx.git --recursive && cd zlib-sgx
mkdir build && cd build
cmake .. -DCOMPILE_EXAMPLES=YES
make -j && make install

License

zlib-sgx is open source under Apache 2.0. See LICENSE for more details.

About

ZLIB Data Compression Library inside SGX Enclaves

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published