| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Obliv-C is a simple GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs. The idea is simple: if you are performing a multi-party distributed computation with sensitive data, just write it in our Obliv-C langauge and compile/link it with your project. The result will be a secure cryptographic protocol that performs this operation without revealing any of the inputs or intermediate values of the computation to any of the parties. Only the outputs are finally shared.
Unfortunately, the instructions for Fedora and Mac OS might be a little out of date, since we discovered OPAM is now a dependency (#49). Please ping us if you figured out how to install Obliv-C on those systems.
If you are using OPAM as our package manager, and this is the first time you are using it, set it up:
opam init opam switch 4.06.0 eval `opam config env` opam install camlp4 ocamlfind ocamlbuild batteries
Version 4.06.0 just happened to be the most recent version when we tested. You can check what you have by running opam switch list, and try a more recent one. Note that this step seems to be unnecessary under Fedora.
Git-clone this repository, and compile:
Most of this code was forked from the project CIL (C Intermediate Language). You can diff with the master branch to see which part was added on later.
This repository includes several example programs using Obliv-C in the test/oblivc directory. See obliv-c/test/oblivc/README.txt for details.
Please let us know if you are using Obliv-C. If you have any questions, either open an issue here on GitHub or just send me an email at sza4uq@virginia.edu.
| Back | FazBrowse Home | New Git URL |