Skip to content

Commit

Permalink
Rebuilt site
Browse files Browse the repository at this point in the history
  • Loading branch information
David Evans committed Mar 13, 2016
1 parent 6a50733 commit d709302
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ github: html
git add -A
git commit -m "Rebuilt site"
git push origin master
git subtree push --prefix=public https://evansuva@github.com/samee/obliv-c.git gh-pages
git subtree push --prefix=public https://github.com/samee/obliv-c.git gh-pages

.PHONY: html clean develop
26 changes: 26 additions & 0 deletions web/content/#main.md#
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Obliv-C: A Language for Extensible Data-Oblivious Computation"
+++

### Obliv-C: A Language for Extensible Data-Oblivious Computation

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 multi-party 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.

### Paper

### Tutorial

### Projects Using Obliv-C






0 comments on commit d709302

Please sign in to comment.