#ifndef HATHOR_CRYPT_HH #define HATHOR_CRYPT_HH #include void gen_random(char *s, const int len); const char * hathor_crypt(const char * password); #endif