aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/hashes.c
Commit message (Expand)AuthorAgeFilesLines
* util.hashes: Silence compiler warning about pointer signedness0.9.0Kim Alvefur2013-08-091-1/+1
* util.hashes: Correct argument orderKim Alvefur2013-08-061-1/+1
* util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __...Waqas Hussain2013-05-131-0/+5
* util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in CFlorian Zeitz2013-04-281-0/+49
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-271-14/+97
* util.hashes: Add sha224, sha384, sha512Kim Alvefur2012-05-101-0/+6
* util.hashes: Use defined hash function output lengths.Kim Alvefur2012-05-091-3/+3
* Update copyright headers for 2010Matthew Wild2010-03-221-3/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Licensing/version updates for some files (forgot to commit, doh...)Matthew Wild2009-02-021-72/+62
* and the C files tooMatthew Wild2008-12-031-0/+20
* Minor changes to C files (to prevent compiler warnings)Waqas Hussain2008-11-271-1/+1
* Fix for hashes.c and encodings.c to rename luaopen for util_*Matthew Wild2008-11-261-1/+1
* Removed commented codeWaqas Hussain2008-11-261-148/+2
* Added util-src/hashes.c - support for sha1, sha256 and md5 hashesWaqas Hussain2008-11-261-0/+204