Use des crate for 3DES operations

This commit is contained in:
Jack Grigg
2019-11-21 00:19:34 +00:00
parent 634740d751
commit 86fde50c2d
4 changed files with 121 additions and 249 deletions
+1
View File
@@ -17,6 +17,7 @@ categories = ["api-bindings", "cryptography", "hardware-support"]
keywords = ["ccid", "ecdsa", "rsa", "piv", "yubikey"]
[dependencies]
des = "0.3"
getrandom = "0.1"
hmac = "0.7"
libc = "0.2"