Replace RAND_bytes with getrandom crate

This commit is contained in:
Jack Grigg
2019-11-20 21:02:28 +00:00
parent ffdb114ae5
commit c0bbf9aa06
4 changed files with 13 additions and 44 deletions
+1
View File
@@ -17,6 +17,7 @@ categories = ["api-bindings", "cryptography", "hardware-support"]
keywords = ["ccid", "ecdsa", "rsa", "piv", "yubikey"]
[dependencies]
getrandom = "0.1"
libc = "0.2"
log = "0.4"
zeroize = "1"