cargo fix --edition-idioms for bellman

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-20 22:07:24 -06:00
parent 4b021fcf4d
commit a5f25c5058
4 changed files with 21 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
extern crate bellman;
extern crate ff;
extern crate pairing;
extern crate rand;
// For randomness (during paramgen and proof generation)
use rand::thread_rng;