mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2026-03-20 17:11:16 +01:00
Initial commit
This commit is contained in:
15
neo/idlib/hashing/MD4.h
Normal file
15
neo/idlib/hashing/MD4.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user