test-client-godot/modules/crypt/sha512crypt.h
2020-01-24 19:56:51 +01:00

6 lines
110 B
C

#ifndef SHA512CRYPT_H
#define SHA512CRYPT_H
char * sha512_crypt (const char *key, const char *salt);
#endif