Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ffosilva/zlib-sgx

ZLIB Data Compression Library inside SGX Enclaves
https://github.com/ffosilva/zlib-sgx

enclaves intel-sgx sgx sgx-enclaves tee zlib

Last synced: 3 days ago
JSON representation

ZLIB Data Compression Library inside SGX Enclaves

Awesome Lists containing this project

README

        

**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)**

```bash
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.