Switch to RustCrypto for Hmac.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-17 23:40:46 +01:00
commit 392b1c66b1
2 changed files with 16 additions and 10 deletions

View file

@ -22,6 +22,7 @@ scram = ["openssl"]
base64 = "0.10"
sha-1 = "0.8"
sha2 = "0.8"
hmac = "0.7"
[dependencies.openssl]
version = "0.10.7"