Refactor to handle changes to ConstraintSystem API (no more Variable associated type, one is now static method).

This commit is contained in:
Sean Bowe
2018-02-13 12:38:06 -07:00
parent 814cfef769
commit 2f95a9094a
9 changed files with 199 additions and 171 deletions

View File

@@ -5,8 +5,8 @@ pub mod boolean;
pub mod uint32;
pub mod blake2s;
pub mod num;
pub mod mont;
pub mod lookup;
pub mod mont;
pub mod pedersen_hash;
use bellman::SynthesisError;