Lennart Braun 1 vuosi sitten
vanhempi
commit
96a16a6ee4
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -0,0 +1,12 @@
+Ramen: Souper Fast Three-Party Computation for RAM Programs
+===========================================================
+
+This is the implementation of the protocols and benchmarks from the paper:
+
+"Ramen: Souper Fast Three-Party Computation for RAM Programs". By *Lennart Braun, Mahak Pancholi,
+Rahul Rachuri (all Aarhus University), and Mark Simkin (Ethereum Foundation)*.
+[Full Version on ePrint.](https://eprint.iacr.org/2023/310)
+
+
+You can compile and run the [benchmarking application](oram/examples/bench_doram.rs) via
+`cargo run --release --example=bench_doram`.