mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Merge branch 'master' of https://github.com/scipr-lab/zexe
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user