tree: aa9cec3141bb5ff1b6dfe69e515efa25be833f14 [path history] [tgz]
  1. db-client/
  2. db-proxy/
  3. db-server/
  4. go-poc/
  5. README.md
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