X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=util%2Fhmac.lua;h=6df6986e2f25f2b86d11e84a32d8902a0070ed22;hb=3f36fce299ad84b98e8db5a223d90649e958417d;hp=66dd41d81d8978796d371bc64ed080f8a35da4c4;hpb=332edec7b662736cd8acac68ebdeeae6dc7a53c2;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