Browse Source

Update README.md

master
Howard Wu 5 years ago
committed by GitHub
parent
commit
2309c89447
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README.md

+ 8
- 0
README.md

@ -1,7 +1,15 @@
<h1 align="center">ZEXE (Zero knowledge EXEcution)</h1> <h1 align="center">ZEXE (Zero knowledge EXEcution)</h1>
<p align="center">
<a href="https://github.com/scipr-lab/zexe/blob/master/AUTHORS"><img src="https://img.shields.io/badge/authors-SCIPR%20Lab-orange.svg"></a>
<a href="https://github.com/scipr-lab/zexe/blob/master/LICENSE-APACHE"><img src="https://img.shields.io/badge/license-APACHE-blue.svg"></a>
<a href="https://github.com/scipr-lab/zexe/blob/master/LICENSE-MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
</p>
___ZEXE___ (pronounced */zeksē/*) is a Rust library for decentralized private computation. ___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)). 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. **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.

Loading…
Cancel
Save