Migrate sapling-crypto to rand 0.5

This commit is contained in:
Jack Grigg
2019-07-11 08:46:47 -04:00
parent 4606a0cefb
commit adfc88926b
17 changed files with 347 additions and 170 deletions

View File

@@ -17,7 +17,7 @@ bellman = { path = "../bellman" }
blake2b_simd = "0.5"
blake2s_simd = "0.5"
ff = { path = "../ff" }
rand = "0.4"
rand = "0.5"
digest = "0.7"
byteorder = "1"