Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

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.