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