#ifndef LIBECRYPT_H_ #define LIBECRYPT_H_ /* Functions */ int ecrypt_gen(int N); int ecrypt_check(char *firstkey, char *secondkey); #endif