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

https://github.com/edgelesssys/libedgeless


https://github.com/edgelesssys/libedgeless

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lib Edgeless

This C++ library contains utility modules that are meant to be re-used in different projects. Currently, the following modules are available:

* **crypto**: a small wrapper around *OpenSSL EVP*, which we use in *RocksDB* for AES-GCM encryption and key derivation.

## Build

```bash
sudo apt install clang-tidy-10
mkdir build
cd build
cmake ..
make
ctest
```