Switch to rand_os for random bytes.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-17 23:53:29 +01:00
commit 506d0b17fc
3 changed files with 15 additions and 11 deletions

View file

@ -20,6 +20,7 @@ scram = ["openssl"]
[dependencies]
base64 = "0.10"
rand_os = "0.1"
sha-1 = "0.8"
sha2 = "0.8"
hmac = "0.7"