YAWM-ModMii-Edition/source/sha1.h

7 lines
102 B
C
Raw Normal View History

2017-10-16 11:55:29 +02:00
#ifndef _SHA1_H_
#define _SHA1_H_
void SHA1(unsigned char *, unsigned int, unsigned char *);
#endif