dhewm3-sdk/idlib/hashing/MD5.h

16 lines
379 B
C
Raw Normal View History

2011-11-22 21:28:15 +00:00
#ifndef __MD5_H__
#define __MD5_H__
/*
===============================================================================
Calculates a checksum for a block of data
using the MD5 message-digest algorithm.
===============================================================================
*/
2011-12-10 17:51:01 +00:00
unsigned int MD5_BlockChecksum( const void *data, int length );
2011-11-22 21:28:15 +00:00
#endif /* !__MD5_H__ */