Hash the constraint systems to check integrity.

This commit is contained in:
Sean Bowe
2018-02-24 08:01:16 -07:00
parent 23d17b9042
commit 4441a0da41
4 changed files with 234 additions and 135 deletions

View File

@@ -18,6 +18,8 @@ blake2 = "0.7"
digest = "0.7"
bellman = "0.0.8"
byteorder = "1"
[features]
default = ["u128-support"]
u128-support = ["pairing/u128-support"]