Skip to content

Commit

Permalink
change hmac-sha256 to my fixed shift bug version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingzhang committed Oct 21, 2019
1 parent efa39aa commit 37ae0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 37ae0e0

Please sign in to comment.