Update sapling-crypto crate to use ff crate

This commit is contained in:
Jack Grigg
2018-11-11 10:52:08 +13:00
parent 76cd0d92bb
commit 22ccd1bceb
23 changed files with 45 additions and 81 deletions

View File

@@ -14,6 +14,7 @@ features = ["expose-arith"]
[dependencies]
bellman = { path = "../bellman" }
ff = "0.4"
rand = "0.4"
digest = "0.7"
byteorder = "1"