From 37ae0e0688c0ae755ad7147e91eaf3b48068163c Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 21 Oct 2019 10:30:38 -0700 Subject: [PATCH] change hmac-sha256 to my fixed shift bug version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9298fc..b0f455c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ travis-ci = { repository = "witnet/vrf-rs", branch = "master" } failure = "0.1.5" openssl = "0.10" hex = "0.3.2" -hmac-sha256 = "0.1.1" +hmac-sha256 = {git = "https://github.com/kevingzhang/rust-hmac-sha256.git"} [dev-dependencies] serde = { version = "1.0.90", features = ["derive"] }