aboutsummaryrefslogtreecommitdiffstats
path: root/util/hmac.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* util.hmac: Convert spaces to tabsMatthew Wild2009-07-101-33/+33
|
* util.hmac: Some optimisationsMatthew Wild2009-07-051-3/+6
|
* util.hmac: Fix a global setMatthew Wild2009-07-051-1/+1
|
* Added HMAC utility moduleDwayne Bent2009-07-011-0/+67
Produces HMAC codes using all the supported hashes (md5, sha1, sha256)