Replace rand with rand_core where possible

Turns out rand_core offers OsRng.
This commit is contained in:
Luke Parker
2022-07-27 05:43:23 -04:00
parent 023afaf7ce
commit 755dc84859
14 changed files with 23 additions and 25 deletions

4
Cargo.lock generated
View File

@@ -1795,7 +1795,7 @@ dependencies = [
"hex-literal",
"k256",
"modular-frost",
"rand 0.8.5",
"rand_core 0.6.3",
"serde",
"serde_json",
"sha3 0.10.1",
@@ -4531,7 +4531,6 @@ dependencies = [
"k256",
"multiexp",
"p256",
"rand 0.8.5",
"rand_core 0.6.3",
"sha2 0.10.2",
"thiserror",
@@ -7532,7 +7531,6 @@ dependencies = [
"modular-frost",
"monero",
"monero-serai",
"rand 0.8.5",
"rand_core 0.6.3",
"serde",
"serde_json",