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

3
Cargo.lock generated
View File

@@ -534,7 +534,8 @@ dependencies = [
"ff 0.4.0",
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]