6 lines
110 B
C
6 lines
110 B
C
#ifndef SHA512CRYPT_H
|
|
#define SHA512CRYPT_H
|
|
|
|
char * sha512_crypt (const char *key, const char *salt);
|
|
|
|
#endif
|