DeeprajPandey / kvs

Key Value Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key Value Store

A generic key-value store on SGX.

Dependencies

Please ensure that you build SGX Driver, SGX PSW, and SGX SDK from source. Note that cloning from the repositories will get the current copy. You will have to create a new branch using tags for the specified versions for both the SDK and the Driver.

Dep Details
OS Ubuntu 16.04
SGX Driver v2.0
SGX SDK v1.8

  • Build
    $ make
  • Run
    $ ./app
  • Clean
    $ make clean

About

Key Value Store


Languages

Language:C++ 71.0%Language:Makefile 25.6%Language:C 2.7%Language:Shell 0.7%