tree: efde6e8d11858032dcfef57a10a11aa4142d79d9 [path history] [tgz]
  1. db-client/
  2. db-proxy/
  3. db-server/
  4. README.md
  5. veritasdb.pdf
samplecode/db-proxy/README.md

This is a code implementation of VeritasDB on rust-sgx-sdk.

VeritasDB is a key-value store with formal integrity guarantees, high performance, and a tiny trusted computing base (TCB).

It will guarantee on database integrity verification and database privacy.

Requirement

  • clang
sudo apt-get update -y
sudo apt-get install clang -y