* Yet another MD4 implementation
* Removed Com_BlockChecksumkey and replaced its functionality in the calling function
This commit is contained in:
parent
0856744622
commit
6a396f761f
3 changed files with 188 additions and 199 deletions
|
@ -726,7 +726,6 @@ void Com_Quit_f( void );
|
|||
int Com_EventLoop( void );
|
||||
int Com_Milliseconds( void ); // will be journaled properly
|
||||
unsigned Com_BlockChecksum( const void *buffer, int length );
|
||||
unsigned Com_BlockChecksumKey ( const void *buffer, int length, int key);
|
||||
int Com_HashKey(char *string, int maxlen);
|
||||
int Com_Filter(char *filter, char *name, int casesensitive);
|
||||
int Com_FilterPath(char *filter, char *name, int casesensitive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue