8 lines
105 B
C
8 lines
105 B
C
#ifndef MD4_H
|
|
#define MD4_H
|
|
|
|
#define MD4_HEX_SIZE 33
|
|
void md4hexf(const char *path, char *hash);
|
|
|
|
#endif
|