From 640d2ba47ea49443079a375902feae05208fa533 Mon Sep 17 00:00:00 2001 From: meilof Date: Sat, 2 Nov 2019 22:51:43 +0100 Subject: [PATCH] Add PySNARK PySNARK now supports exporting to zkinterface, would be nice if it could be added to the table! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2640355..f165391 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ __Frontends:__ | [ZoKrates](https://github.com/QED-it/ZoKrates/blob/zkinterface/zokrates_core/src/proof_system/zkinterface.rs) | R1CS | Yes | No | | [Libsnark](https://github.com/QED-it/zkinterface/tree/master/cpp) | R1CS | Yes | No | | [Mir r1cs](https://github.com/mir-protocol/r1cs-zkinterface) | R1CS | Yes | No | +| [PySNARK](https://github.com/meilof/pysnark) | R1CS | Yes | No | __Backends:__