From d709302aca2ca856dad1ebf39add2b4ba180b7f7 Mon Sep 17 00:00:00 2001 From: David Evans Date: Sat, 12 Mar 2016 20:08:03 -0500 Subject: [PATCH] Rebuilt site --- web/Makefile | 2 +- web/content/#main.md# | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 web/content/#main.md# diff --git a/web/Makefile b/web/Makefile index cf06800b1..82e7b8348 100644 --- a/web/Makefile +++ b/web/Makefile @@ -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 diff --git a/web/content/#main.md# b/web/content/#main.md# new file mode 100644 index 000000000..9c079f52c --- /dev/null +++ b/web/content/#main.md# @@ -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 + + + + + +