mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2025-02-16 21:09:14 +01:00
7 lines
102 B
C
7 lines
102 B
C
![]() |
#ifndef _SHA1_H_
|
||
|
#define _SHA1_H_
|
||
|
|
||
|
void SHA1(unsigned char *, unsigned int, unsigned char *);
|
||
|
|
||
|
#endif
|