PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
md4.h
1#ifndef __MD4_H__
2#define __MD4_H__
3
4// function prototypes
5unsigned char *MD4(unsigned char *message, int len, unsigned char *cipher);
6
7#endif