From e544678a6abe2f97a9afbc02e2e590f2259f1e30 Mon Sep 17 00:00:00 2001 From: Alex Vlasov Date: Sat, 8 Dec 2018 06:04:08 +0800 Subject: [PATCH] has overwritten by accident --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0daff09..ead922f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -# Plasma cash history SNARK - -Compacts history in Plasma Cashes by hiding Merkle proofs under the private witness. Currently contains only non-inclusion circuit, with inclusion being trivially extended. - -Without much optimization is requires 4270718 constraints for 128 block of non-inclusion for 24 tree depth. - -Public inputs to the zkSNARK: - -- Start of the interval index (if single coin - just index) -- Interval length (is single coin - 1) -- Set of roots for which this coin index is proved to be non-included +# bellman "Community edition" + +Originally developed for ZCash, with extensions from us to make it a little more pleasant. Uses our "community edition" pairing for Ethereum's BN256 curve. ## License