]> icculus.org git repositories - divverent/darkplaces.git/commit
Add my own HMAC implementation (verified using the test vectors). Planning to use...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Apr 2009 06:23:27 +0000 (06:23 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Apr 2009 06:23:27 +0000 (06:23 +0000)
commitc00d8b7fd277441232af65aa87da89b27ef2e7f0
treeb90b6ed5eeafa6775803057fe3e0551d874a8235
parent2a717d975d901315506d978ac38837e5bf67333b
Add my own HMAC implementation (verified using the test vectors). Planning to use HMAC-MD4 for an alternate rcon authentication.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8884 d7cf8633-e32d-0410-b094-e92efae38249
hmac.c [new file with mode: 0644]
hmac.h [new file with mode: 0644]
makefile.inc