mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
Use OsRng consistently from rand
rand_os disappears part-way through the rand 0.7 series, so may as well move away from it now.
This commit is contained in:
parent
e5e883fa65
commit
e873f47c56
3 changed files with 3 additions and 5 deletions
|
@ -26,7 +26,6 @@ hkdf = "0.8"
|
|||
hmac = "0.7"
|
||||
nom = "5"
|
||||
num-bigint-dig = "0.4"
|
||||
rand_os = "0.1"
|
||||
rand = "0.6"
|
||||
rsa = { git = "https://github.com/lucdew/RSA", branch = "oaep" }
|
||||
scrypt = { version = "0.2", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue