quake4-sdk/source/idlib/hashing/MD5.h

17 lines
381 B
C
Raw Normal View History

2007-06-15 00:00:00 +00:00
#ifndef __MD5_H__
#define __MD5_H__
/*
===============================================================================
Calculates a checksum for a block of data
using the MD5 message-digest algorithm.
===============================================================================
*/
unsigned long MD5_BlockChecksum( const void *data, int length );
#endif /* !__MD5_H__ */