mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Doom 3 RTX Initial Checkin.
This commit is contained in:
@@ -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__ */
|
||||
Reference in New Issue
Block a user