Merge pull request #134 from NikVolf/z-rng

Avoid using rand_os crate (fixes warnings)
This commit is contained in:
str4d
2019-10-02 17:35:56 -06:00
committed by GitHub
13 changed files with 15 additions and 34 deletions

View File

@@ -21,7 +21,6 @@ log = "0.4"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_os = "0.2"
sha2 = "0.8"
[dev-dependencies]