Software /
code /
prosody
Diff
util/hmac.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 2925:692b3c6c5bd2 |
child | 5537:15464633d8fb |
line wrap: on
line diff
--- a/util/hmac.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/util/hmac.lua Sat Oct 16 23:00:42 2010 +0500 @@ -40,7 +40,7 @@ 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