X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fhmac.lua;h=6df6986e2f25f2b86d11e84a32d8902a0070ed22;hb=6266bde7b6c7b5f47c58c4bafa2711ed2d3d81fa;hp=66dd41d81d8978796d371bc64ed080f8a35da4c4;hpb=4643eae0bf41b461c9337bfb66f9ac80f7e84f11;p=prosody.git diff --git a/util/hmac.lua b/util/hmac.lua index 66dd41d8..6df6986e 100644 --- a/util/hmac.lua +++ b/util/hmac.lua @@ -40,7 +40,7 @@ hash blocksize the blocksize for the hash function in bytes hex - return raw hash or hexadecimal string + return raw hash or hexadecimal string --]] function hmac(key, message, hash, blocksize, hex) if #key > blocksize then