Migrate sapling-crypto to rand_core 0.4

This commit is contained in:
Jack Grigg
2019-07-12 23:54:59 -04:00
parent 83e1af104e
commit 60d344a0a7
18 changed files with 115 additions and 79 deletions

View File

@@ -17,10 +17,11 @@ bellman = { path = "../bellman" }
blake2b_simd = "0.5"
blake2s_simd = "0.5"
ff = { path = "../ff" }
rand = "0.5"
rand_core = "0.4"
digest = "0.7"
byteorder = "1"
[dev-dependencies]
hex-literal = "0.1"
rand_xorshift = "0.1"
sha2 = "0.8"