From 2309c89447dc7bc2455af3cfa63b01de386309a8 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Tue, 2 Apr 2019 23:55:22 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8b2e650..e811c77 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@

ZEXE (Zero knowledge EXEcution)

+

+ + + +

+ + ___ZEXE___ (pronounced */zeksē/*) is a Rust library for decentralized private computation. + This library was initially developed as part of the paper *"[ZEXE: Enabling Decentralized Private Computation][zexe]"*, and it is released under the MIT License and the Apache v2 License (see [License](#license)). **WARNING:** This is an academic proof-of-concept prototype, and in particular has not received careful code review. This implementation is NOT ready for production use.