Skip to content

edgelesssys/libedgeless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors