mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 23:25:09 +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
|