Update zcash_primitives crate to use ff crate

This commit is contained in:
Jack Grigg
2019-01-06 09:31:20 +00:00
parent 2e408957db
commit 538de482f3
5 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ extern crate lazy_static;
extern crate blake2_rfc;
extern crate byteorder;
extern crate ff;
extern crate pairing;
extern crate rand;
extern crate sapling_crypto;