From 1dc0a831cfd7372d5d76c54bd897e93c198a3a37 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 27 Apr 2013 17:01:31 +0200 Subject: util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes --- tests/test_util_sasl_scram.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_util_sasl_scram.lua b/tests/test_util_sasl_scram.lua index aeae8748..bc89829f 100644 --- a/tests/test_util_sasl_scram.lua +++ b/tests/test_util_sasl_scram.lua @@ -1,6 +1,6 @@ -local hmac_sha1 = require "util.hmac".sha1; +local hmac_sha1 = require "util.hashes".hmac_sha1; local function toHex(s) return s and (s:gsub(".", function (c) return ("%02x"):format(c:byte()); end)); end -- cgit v1.2.3