dhewm3-sdk/idlib/hashing/MD5.h
Timothee 'TTimo' Besset aa3dbca015 hello world
2011-11-22 15:28:15 -06:00

15 lines
380 B
C

#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__ */