hello world

This commit is contained in:
Timothee 'TTimo' Besset
2011-11-22 15:28:15 -06:00
commit fb1609f554
2155 changed files with 1017022 additions and 0 deletions

15
neo/idlib/hashing/MD4.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef __MD4_H__
#define __MD4_H__
/*
===============================================================================
Calculates a checksum for a block of data
using the MD4 message-digest algorithm.
===============================================================================
*/
unsigned long MD4_BlockChecksum( const void *data, int length );
#endif /* !__MD4_H__ */