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