util/hmac.lua
changeset 3540 bc139431830b
parent 2925 692b3c6c5bd2
child 5537 15464633d8fb
--- 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