Added r1cs ppzksnark proving scheme and some tests.

This commit is contained in:
Sean Bowe
2015-12-25 05:52:14 -07:00
parent a66c21fe11
commit fc1bdf2148
5 changed files with 317 additions and 31 deletions

View File

@@ -8,6 +8,9 @@ name = "bellman"
repository = "https://github.com/ebfull/bellman"
version = "0.0.1"
[dependencies]
rand = "0.3.12"
[dependencies.tinysnark]
path = "tinysnark"
version = "0.0.1"