Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ffosilva/zlib-sgx
- Owner: ffosilva
- License: apache-2.0
- Created: 2019-05-17T21:47:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T01:30:00.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:23:12.065Z (3 months ago)
- Topics: enclaves, intel-sgx, sgx, sgx-enclaves, tee, zlib
- Language: CMake
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/ffosilva/zlib-sgx
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.