Log

util-src/hashes.c @ 6411:6c8f6364bc48

description author age
util-src/*.c: Don't create globals when loaded Kim Alvefur Tue, 16 Sep 2014 21:56:18 +0200
util.hashes: Silence compiler warning about pointer signedness 0.9.0 Kim Alvefur Fri, 09 Aug 2013 16:03:17 +0200
util.hashes: Correct argument order Kim Alvefur Tue, 06 Aug 2013 14:31:20 +0200
util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __int32 instead. Waqas Hussain Mon, 13 May 2013 15:52:01 -0400
util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C Florian Zeitz Sun, 28 Apr 2013 02:28:42 +0200
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes Florian Zeitz Sat, 27 Apr 2013 17:01:31 +0200
util.hashes: Add sha224, sha384, sha512 Kim Alvefur Thu, 10 May 2012 05:57:24 +0200
util.hashes: Use defined hash function output lengths. Kim Alvefur Wed, 09 May 2012 01:26:56 +0200
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Licensing/version updates for some files (forgot to commit, doh...) Matthew Wild Mon, 02 Feb 2009 18:03:18 +0000
and the C files too Matthew Wild Wed, 03 Dec 2008 14:45:03 +0000
Minor changes to C files (to prevent compiler warnings) Waqas Hussain Thu, 27 Nov 2008 21:47:13 +0500
Fix for hashes.c and encodings.c to rename luaopen for util_* Matthew Wild Wed, 26 Nov 2008 22:45:33 +0000
Removed commented code Waqas Hussain Wed, 26 Nov 2008 01:55:07 +0500
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes Waqas Hussain Wed, 26 Nov 2008 01:46:16 +0500